public abstract class SplitPaneBase extends javax.faces.component.UIPanel implements ISplitPane
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SplitPaneBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
SplitPaneBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnDivider()
Return the value of the
columnDivider property. |
java.lang.String |
getFamily() |
javax.faces.component.UIComponent |
getLeftFacet()
Return the value of the
left facet property. |
javax.faces.component.UIComponent |
getRightFacet()
Return the value of the
right facet property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
protected boolean |
isPropertySet(java.lang.String finder) |
boolean |
isScrollable()
Return the value of the
scrollable property. |
void |
setColumnDivider(int columnDivider)
Set the value of the
columnDivider property. |
void |
setLeftFacet(javax.faces.component.UIComponent left)
Set the value of the
left facet property. |
void |
setRightFacet(javax.faces.component.UIComponent right)
Set the value of the
right facet property. |
void |
setScrollable(boolean scrollable)
Set the value of the
scrollable property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
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.UIPanelpublic void setColumnDivider(int columnDivider)
Set the value of the columnDivider property.
Contents: An integer value representing the % of the total width assigned to the left pane.
setColumnDivider in interface ISplitPanepublic int getColumnDivider()
Return the value of the columnDivider property.
Contents: An integer value representing the % of the total width assigned to the left pane. Default = '25'.
getColumnDivider in interface ISplitPanepublic void setScrollable(boolean scrollable)
Set the value of the scrollable property.
Contents: Determines if the contents of this panel are both scrollable.
setScrollable in interface ISplitPanepublic boolean isScrollable()
Return the value of the scrollable property.
Contents: Determines if the contents of this panel are both scrollable. Default = 'true'.
isScrollable in interface ISplitPanepublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: Sets the CSS style definition to be applied to this component.
setStyle in interface ISplitPanepublic java.lang.String getStyle()
Return the value of the style property.
Contents: Sets the CSS style definition to be applied to this component.
getStyle in interface ISplitPanepublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Sets the CSS class to apply to this component.
setStyleClass in interface ISplitPanepublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Sets the CSS class to apply to this component.
getStyleClass in interface ISplitPanepublic void setLeftFacet(javax.faces.component.UIComponent left)
Set the value of the left facet property.
public javax.faces.component.UIComponent getLeftFacet()
Return the value of the left facet property.
public void setRightFacet(javax.faces.component.UIComponent right)
Set the value of the right facet property.
public javax.faces.component.UIComponent getRightFacet()
Return the value of the right facet property.
protected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.