Package org.eclnt.ccaddons.pbc
Class CCDateRangeSelector.GridItem
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.ccaddons.pbc.CCDateRangeSelector.GridItem
- All Implemented Interfaces:
Serializable
,org.eclnt.jsfserver.elements.impl.IFIXGRIDItem
- Enclosing class:
- CCDateRangeSelector
public class CCDateRangeSelector.GridItem
extends org.eclnt.jsfserver.elements.impl.FIXGRIDItem
implements Serializable
- See Also:
-
Field Summary
Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem
ROWHEIGHT_DEFAULT
-
Constructor Summary
ConstructorsConstructorDescriptionGridItem
(String text, List<Date> dates, List<Date> endDates, DateFormat format, DateFormat endFormat) -
Method Summary
Modifier and TypeMethodDescriptiongetText()
void
onCenterAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
onLeftAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
onRightAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
setTextColor
(String textColor) 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
-
GridItem
public GridItem(String text, List<Date> dates, List<Date> endDates, DateFormat format, DateFormat endFormat)
-
-
Method Details
-
getEndDistanceWidth
-
getRenderLeftIcon
-
getRenderRightIcon
-
getTextColor
-
setTextColor
-
getText
-
getValues
-
getRendered
-
getWidths
-
getBackgrounds
-
onRightAction
public void onRightAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onLeftAction
public void onLeftAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onCenterAction
public void onCenterAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
-