public abstract class AbstractUIOut extends javax.faces.component.UIOutput implements SupportsLabelLayout, Visual
Constructor and Description |
---|
AbstractUIOut() |
Modifier and Type | Method and Description |
---|---|
abstract SanitizeMode |
getSanitize() |
abstract boolean |
isCompact()
Deprecated.
since 4.3.0, please use Visual#isPlain()
|
abstract boolean |
isCreateSpan()
Deprecated.
since 4.0.0, please use Visual#isPlain()
|
abstract boolean |
isEscape() |
abstract boolean |
isKeepLineBreaks() |
boolean |
isLabelLayoutSkip() |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, 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
getLabelLayout, setLabelLayout
getCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
public abstract boolean isEscape()
public abstract boolean isKeepLineBreaks()
@Deprecated public abstract boolean isCreateSpan()
@Deprecated public abstract boolean isCompact()
public abstract SanitizeMode getSanitize()
public boolean isLabelLayoutSkip()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.