public class LayoutUnit
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.layout.LayoutUnitBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
LayoutUnit() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getCollapseIcon()
public boolean isNesting()
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getPosition()
public void setPosition(String position)
public String getSize()
public void setSize(String size)
public boolean isResizable()
public void setResizable(boolean resizable)
public boolean isClosable()
public void setClosable(boolean closable)
public boolean isCollapsible()
public void setCollapsible(boolean collapsible)
public String getHeader()
public void setHeader(String header)
public String getFooter()
public void setFooter(String footer)
public int getMinSize()
public void setMinSize(int minSize)
public int getMaxSize()
public void setMaxSize(int maxSize)
public int getGutter()
public void setGutter(int gutter)
public boolean isVisible()
public void setVisible(boolean visible)
public boolean isCollapsed()
public void setCollapsed(boolean collapsed)
public int getCollapseSize()
public void setCollapseSize(int collapseSize)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getEffect()
public void setEffect(String effect)
public String getEffectSpeed()
public void setEffectSpeed(String effectSpeed)
Copyright © 2019. All rights reserved.