public class FIXGRIDPivotItem<R> extends FIXGRIDItem implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
FIXGRIDPivotItem.ItemCall |
class |
FIXGRIDPivotItem.ItemCallMap
String is
|
class |
FIXGRIDPivotItem.SortValueMap |
ROWHEIGHT_DEFAULT| Constructor and Description |
|---|
FIXGRIDPivotItem(FIXGRIDPivotListBinding pivotList,
R reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyValue(java.lang.String key,
java.lang.String value)
Define the pivot key value.
|
protected FIXGRIDPivotItem<R> |
createNewFoldedItem()
When the user folds an item, then a new item is created and inserted
into the list of items.
|
protected void |
foldPivot(java.lang.String pivotKey) |
java.util.Map<java.lang.String,java.lang.String> |
getB()
Returns the background painting for the cells
|
boolean |
getFolded()
Indicates if this grid item is an item containing other items.
|
java.util.List<FIXGRIDPivotItem> |
getHiddenItems()
In case a pivot item is folded then it contains hidden items.
|
java.util.Map<java.lang.String,java.lang.String> |
getI()
Returns the icons for the client display.
|
java.util.Map<java.lang.String,java.lang.String> |
getK()
Return the keys for the client display.
|
java.util.Map<java.lang.String,java.lang.String> |
getKeys()
Return the keys.
|
FIXGRIDPivotItem.ItemCallMap |
getM() |
java.lang.Boolean |
getMarked()
Selection status as Boolean value: true ==> all marked, null ==> some
marked, false ==> none marked
|
R |
getR() |
FIXGRIDPivotItem.SortValueMap |
getSv() |
void |
setMarked(java.lang.Boolean value)
Drills down the marking to the "leaves" of the hierarchy.
|
void |
togglePivot(java.lang.String pivotKey)
Method that is called by a button from the layout definition.
|
protected void |
unfoldPivot() |
assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowExecute, onRowPopupMenuItem, onRowPopupMenuLoad, onRowSelect, requestFocus, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocuspublic FIXGRIDPivotItem(FIXGRIDPivotListBinding pivotList, R reference)
pivotList - List in which the item is organized.R - Data that is associated with the item, i.e. additional attributes
which are shown in addition to the pivot key fields. From layout definition
point the properties are accessed using ".{r.propertyName}".public void addKeyValue(java.lang.String key,
java.lang.String value)
public void togglePivot(java.lang.String pivotKey)
public R getR()
public java.util.Map<java.lang.String,java.lang.String> getKeys()
public java.util.Map<java.lang.String,java.lang.String> getK()
getKeys() to access the key information
from your application.public FIXGRIDPivotItem.SortValueMap getSv()
public java.util.Map<java.lang.String,java.lang.String> getI()
public java.util.Map<java.lang.String,java.lang.String> getB()
public FIXGRIDPivotItem.ItemCallMap getM()
public boolean getFolded()
public java.util.List<FIXGRIDPivotItem> getHiddenItems()
public java.lang.Boolean getMarked()
public void setMarked(java.lang.Boolean value)
protected void foldPivot(java.lang.String pivotKey)
protected FIXGRIDPivotItem<R> createNewFoldedItem()
protected void unfoldPivot()
Copyright © CaptainCasa Gmbh. All Rights Reserved.