|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIColumn
org.apache.myfaces.tobago.internal.component.AbstractUIColumn
org.apache.myfaces.tobago.internal.component.AbstractUIColumnSelector
org.apache.myfaces.tobago.component.UIColumnSelector
public class UIColumnSelector
Renders a column with checkboxes to mark selected rows.
UIComponent class, generated from template component2.0.stg
with class
ColumnSelectorTagDeclaration
.
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UIColumnSelector()
|
Method Summary | |
---|---|
Measure |
getBorderBottom()
This attribute is for internal use only. |
Measure |
getBorderLeft()
This attribute is for internal use only. |
Measure |
getBorderRight()
This attribute is for internal use only. |
Measure |
getBorderTop()
This attribute is for internal use only. |
Markup |
getCurrentMarkup()
|
String |
getFamily()
|
Measure |
getPaddingBottom()
This attribute is for internal use only. |
Measure |
getPaddingLeft()
This attribute is for internal use only. |
Measure |
getPaddingRight()
This attribute is for internal use only. |
Measure |
getPaddingTop()
This attribute is for internal use only. |
boolean |
isDisabled()
Flag indicating that this element is disabled. |
boolean |
isOverflowX()
This attribute is for internal use only. |
boolean |
isOverflowY()
This attribute is for internal use only. |
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setBorderBottom(Measure borderBottom)
|
void |
setBorderLeft(Measure borderLeft)
|
void |
setBorderRight(Measure borderRight)
|
void |
setBorderTop(Measure borderTop)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setDisabled(boolean disabled)
|
void |
setOverflowX(boolean overflowX)
|
void |
setOverflowY(boolean overflowY)
|
void |
setPaddingBottom(Measure paddingBottom)
|
void |
setPaddingLeft(Measure paddingLeft)
|
void |
setPaddingRight(Measure paddingRight)
|
void |
setPaddingTop(Measure paddingTop)
|
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIColumnSelector |
---|
getWidth |
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
---|
isResizable |
Methods inherited from class javax.faces.component.UIColumn |
---|
getFooter, getHeader, getId, setFooter, setHeader |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getRendererType |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIColumnSelector()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIColumn
public Measure getPaddingTop()
public void setPaddingTop(Measure paddingTop)
public Measure getBorderTop()
public void setBorderTop(Measure borderTop)
public boolean isOverflowX()
public void setOverflowX(boolean overflowX)
public Markup getCurrentMarkup()
public void setCurrentMarkup(Markup currentMarkup)
public boolean isOverflowY()
public void setOverflowY(boolean overflowY)
public Measure getBorderBottom()
public void setBorderBottom(Measure borderBottom)
public Measure getBorderRight()
public void setBorderRight(Measure borderRight)
public Measure getBorderLeft()
public void setBorderLeft(Measure borderLeft)
public Measure getPaddingBottom()
public void setPaddingBottom(Measure paddingBottom)
public Measure getPaddingLeft()
public void setPaddingLeft(Measure paddingLeft)
public boolean isDisabled()
false
public void setDisabled(boolean disabled)
public Measure getPaddingRight()
public void setPaddingRight(Measure paddingRight)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |