Package org.primefaces.component.divider
Class Divider
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- org.primefaces.component.divider.DividerBase
-
- org.primefaces.component.divider.Divider
-
- All Implemented Interfaces:
EventListener
,javax.faces.component.PartialStateHolder
,javax.faces.component.StateHolder
,javax.faces.component.TransientStateHolder
,javax.faces.event.ComponentSystemEventListener
,javax.faces.event.FacesListener
,javax.faces.event.SystemEventListenerHolder
,MenuElement
,Separator
public class Divider extends DividerBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.primefaces.component.divider.DividerBase
DividerBase.PropertyKeys
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALIGN_BOTTOM_CLASS
static String
ALIGN_CENTER_CLASS
static String
ALIGN_LEFT_CLASS
static String
ALIGN_RIGHT_CLASS
static String
ALIGN_TOP_CLASS
static String
COMPONENT_TYPE
static String
CONTENT_CLASS
static String
DASHED_CLASS
static String
DOTTED_CLASS
static String
HORIZONTAL_CLASS
static String
SOLID_CLASS
static String
STYLE_CLASS
static String
VERTICAL_CLASS
-
Fields inherited from class org.primefaces.component.divider.DividerBase
COMPONENT_FAMILY, DEFAULT_RENDERER
-
-
Constructor Summary
Constructors Constructor Description Divider()
-
Method Summary
-
Methods inherited from class org.primefaces.component.divider.DividerBase
getAlign, getFamily, getLayout, getStyle, getStyleClass, getTitle, getType, setAlign, setLayout, setStyle, setStyleClass, setTitle, setType
-
Methods inherited from class javax.faces.component.UIComponentBase
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, unsubscribeFromEvent
-
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.primefaces.model.menu.MenuElement
getId, isRendered, setId
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
STYLE_CLASS
public static final String STYLE_CLASS
- See Also:
- Constant Field Values
-
CONTENT_CLASS
public static final String CONTENT_CLASS
- See Also:
- Constant Field Values
-
HORIZONTAL_CLASS
public static final String HORIZONTAL_CLASS
- See Also:
- Constant Field Values
-
VERTICAL_CLASS
public static final String VERTICAL_CLASS
- See Also:
- Constant Field Values
-
SOLID_CLASS
public static final String SOLID_CLASS
- See Also:
- Constant Field Values
-
DASHED_CLASS
public static final String DASHED_CLASS
- See Also:
- Constant Field Values
-
DOTTED_CLASS
public static final String DOTTED_CLASS
- See Also:
- Constant Field Values
-
ALIGN_LEFT_CLASS
public static final String ALIGN_LEFT_CLASS
- See Also:
- Constant Field Values
-
ALIGN_CENTER_CLASS
public static final String ALIGN_CENTER_CLASS
- See Also:
- Constant Field Values
-
ALIGN_RIGHT_CLASS
public static final String ALIGN_RIGHT_CLASS
- See Also:
- Constant Field Values
-
ALIGN_TOP_CLASS
public static final String ALIGN_TOP_CLASS
- See Also:
- Constant Field Values
-
ALIGN_BOTTOM_CLASS
public static final String ALIGN_BOTTOM_CLASS
- See Also:
- Constant Field Values
-
-