Class ARRAYGRIDItem
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.jsfserver.elements.impl.ARRAYGRIDItem
- All Implemented Interfaces:
Serializable,IFIXGRIDItem
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
ROWHEIGHT_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMULTILABELBinding(ARRAYGRIDListBinding gridBinding) Converts the item text data into a format that is suitable for the MULTILABEL component.String[]String[]String[]getFonts()String[]String[]String[]Object[]voidsetBackgrounds(String[] backgrounds) voidsetBgpaints(String[] bgpaints) voidvoidsetForegrounds(String[] foregrounds) voidvoidsetTooltips(String[] tooltips) voidprotected voidupdateTextInfoByApplication(MULTILABELBinding.TextInfo textInfo, Object value, String format, String formatmask, String timezone) Methods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getOriginalIndex, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowExecute, onRowPopupMenuItem, onRowPopupMenuLoad, onRowSelect, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally
-
Constructor Details
-
ARRAYGRIDItem
public ARRAYGRIDItem()
-
-
Method Details
-
setValues
-
getValues
-
getBackgrounds
-
setBackgrounds
-
getBgpaints
-
setBgpaints
-
getForegrounds
-
setForegrounds
-
getFonts
-
setFonts
-
getImages
-
setImages
-
getTooltips
-
setTooltips
-
createMULTILABELBinding
Converts the item text data into a format that is suitable for the MULTILABEL component. -
updateTextInfoByApplication
protected void updateTextInfoByApplication(MULTILABELBinding.TextInfo textInfo, Object value, String format, String formatmask, String timezone)
-