public abstract class MenuColumnBase extends javax.faces.component.UIComponentBase implements IMenuColumn
For more information, see the MenuColumn Wiki Documentation.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MenuColumnBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
MenuColumnBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAutoflow()
Return the value of the
autoflow property. |
java.lang.String |
getFamily() |
int |
getWidth()
Return the value of the
width property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setAutoflow(int autoflow)
Set the value of the
autoflow property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
void |
setWidth(int width)
Set the value of the
width property. |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setAutoflow(int autoflow)
Set the value of the autoflow property.
Contents: Maximum number of items in this column. If there are more items than the maximum, new columns will be created as necessary. When the value is 0, there is no limit.
setAutoflow in interface IMenuColumnpublic int getAutoflow()
Return the value of the autoflow property.
Contents: Maximum number of items in this column. If there are more items than the maximum, new columns will be created as necessary. When the value is 0, there is no limit. Default = '0'.
getAutoflow in interface IMenuColumnpublic void setWidth(int width)
Set the value of the width property.
Contents: Width of the column in pixels.
setWidth in interface IMenuColumnpublic int getWidth()
Return the value of the width property.
Contents: Width of the column in pixels. Default = '200'.
getWidth in interface IMenuColumnprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.