|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotEditingProvider
Method Summary | |
---|---|
int |
addRow(IPivotDataModel model)
Adds a row to the original table model. |
PivotDataEditingProvider |
getPivotColumnHeaderEditingProvider()
Gets the PivotDataEditingProvider for the column header table. |
PivotDataEditingProvider |
getPivotDataEditingProvider()
Gets the PivotDataEditingProvider for the data table. |
PivotDataEditingProvider |
getPivotRowHeaderEditingProvider()
Gets the PivotDataEditingProvider for the row header table. |
boolean |
isColumnHeaderEditable()
Checks if the column header table is editable. |
boolean |
isDataEditable()
Checks if the data table editable. |
boolean |
isRowHeaderEditable()
Checks if the row header table is editable. |
void |
removeRow(IPivotDataModel model,
int rowIndex)
Removes a row from the original table model. |
void |
setColumnHeaderEditable(boolean columnHeaderEditable)
Sets the flag to indicate if the column header table is editable. |
void |
setDataEditable(boolean dataEditable)
Sets the flag to indicate if the data table is editable. |
void |
setRowHeaderEditable(boolean rowHeaderEditable)
Sets the flag to indicate if the row header table is editable. |
void |
setValueAt(IPivotDataModel model,
Object value,
int rowIndex,
int columnIndex)
Sets the value at the original table model. |
Method Detail |
---|
boolean isDataEditable()
void setDataEditable(boolean dataEditable)
dataEditable
- true or false.boolean isRowHeaderEditable()
void setRowHeaderEditable(boolean rowHeaderEditable)
rowHeaderEditable
- true or false.boolean isColumnHeaderEditable()
void setColumnHeaderEditable(boolean columnHeaderEditable)
columnHeaderEditable
- true or false.PivotDataEditingProvider getPivotRowHeaderEditingProvider()
PivotDataEditingProvider getPivotColumnHeaderEditingProvider()
PivotDataEditingProvider getPivotDataEditingProvider()
int addRow(IPivotDataModel model)
model
- the PivotDataModel
void removeRow(IPivotDataModel model, int rowIndex)
model
- the PivotDataModelrowIndex
- the index of the row to be removed.void setValueAt(IPivotDataModel model, Object value, int rowIndex, int columnIndex)
model
- the PivotDataModelvalue
- the new valuerowIndex
- the row indexcolumnIndex
- the column index
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |