public abstract class MasterComponent extends UIComponentBase
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY| Constructor and Description |
|---|
MasterComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle()
Returns the value of the
style attribute of the div element that contains the component. |
String |
getStyleClass()
Returns the value of the
class attribute of the div element that contains the component. |
void |
setStyle(String style)
Sets the value of the
style attribute of the div element that contains the component. |
void |
setStyleClass(String styleClass)
Sets the value of the
class attribute of the div element that contains the component. |
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic String getStyleClass()
class attribute of the div element that contains the component.public void setStyleClass(String styleClass)
class attribute of the div element that contains the component.styleClass - the value of the class attribute of the div element that contains the componentpublic String getStyle()
style attribute of the div element that contains the component.public void setStyle(String style)
style attribute of the div element that contains the component.style - the value of the style attribute of the div element that contains the componentCopyright © 2015 Joseph Hendrix