public abstract class AbstractUIOut extends javax.faces.component.UIOutput implements SupportsLabelLayout, Visual, SupportsAutoSpacing
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 |
isNextToRenderIsLabel() |
void |
setNextToRenderIsLabel(boolean nextToRenderIsLabel) |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, 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, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, 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, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLabelLayout, setLabelLayout
getCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
getAutoSpacing, getAutoSpacing
public abstract boolean isEscape()
public abstract boolean isKeepLineBreaks()
@Deprecated public abstract boolean isCreateSpan()
@Deprecated public abstract boolean isCompact()
public abstract SanitizeMode getSanitize()
public boolean isNextToRenderIsLabel()
isNextToRenderIsLabel
in interface SupportsLabelLayout
public void setNextToRenderIsLabel(boolean nextToRenderIsLabel)
setNextToRenderIsLabel
in interface SupportsLabelLayout
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.