@Deprecated public class UIExtensionPanel extends UIPanel implements Visual
component.stg
with class
ExtensionPanelDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY
Deprecated.
|
static String |
COMPONENT_TYPE
Deprecated.
|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
MARKER
Constructor and Description |
---|
UIExtensionPanel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Markup |
getCurrentMarkup()
Deprecated.
|
CustomClass |
getCustomClass()
Deprecated.
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily()
Deprecated.
|
Markup |
getMarkup()
Deprecated.
|
Style |
getStyle()
Deprecated.
For internal use.
|
String |
getTip()
Deprecated.
Text value to display as tooltip.
|
Object |
saveState(javax.faces.context.FacesContext context)
Deprecated.
|
void |
setCurrentMarkup(Markup currentMarkup)
Deprecated.
|
void |
setCustomClass(CustomClass customClass)
Deprecated.
|
void |
setMarkup(Markup markup)
Deprecated.
|
void |
setStyle(Style style)
Deprecated.
|
void |
setTip(String tip)
Deprecated.
|
encodeBegin, encodeChildren, encodeEnd, onComponentPopulated
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRendererType
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public Markup getMarkup()
public void setMarkup(Markup markup)
public Style getStyle()
public void setStyle(Style style)
public Markup getCurrentMarkup()
getCurrentMarkup
in interface Visual
getCurrentMarkup
in class UIPanel
public void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup
in interface Visual
setCurrentMarkup
in class UIPanel
public CustomClass getCustomClass()
<tc:in> <tc:style customClass="my-emphasized"/> </tc:in>One capability is, to used external CSS libs.
getCustomClass
in interface Visual
getCustomClass
in class UIPanel
public void setCustomClass(CustomClass customClass)
setCustomClass
in interface Visual
setCustomClass
in class UIPanel
public String getTip()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.