Klasse UIOut
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.myfaces.tobago.internal.component.AbstractUIOut
org.apache.myfaces.tobago.component.UIOut
- Alle implementierten Schnittstellen:
- EventListener,- javax.faces.component.behavior.ClientBehaviorHolder,- javax.faces.component.PartialStateHolder,- javax.faces.component.StateHolder,- javax.faces.component.TransientStateHolder,- javax.faces.component.ValueHolder,- javax.faces.event.ComponentSystemEventListener,- javax.faces.event.FacesListener,- javax.faces.event.SystemEventListenerHolder,- SupportsAutoSpacing,- SupportsDecorationPosition,- SupportsLabelLayout,- Visual
@Generated("component.stg")
public class UIOut
extends AbstractUIOut
implements javax.faces.component.behavior.ClientBehaviorHolder
Renders a text
 UIComponent class, generated from template 
component.stg with class
 OutTagDeclaration.- 
FeldübersichtFelderVon Klasse geerbte Felder javax.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungAutomatically add spacing (margins/paddings) to the component for better positioning.Sets a CSS class in its parent, if the parent supports it.Defines the position and the appearance of a help message on a component.getLabel()A localized user presentable label for this component.Defines the position of the label relative to the field.Defines the position and the appearance of additional faces messages (like error message or help message) on a component.Should HTML content sanitized?getTip()Text value to display as tooltip.booleanVeraltet.booleanVeraltet.booleanisEscape()Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.booleanFlag indicating that new-line characters will be converted to HTML <br>.booleanActivates formatting of the value with the method {
 Default:falsebooleanisPlain()Use with caution: Only for special cases!voidrestoreState(javax.faces.context.FacesContext context, Object state) voidsetAutoSpacing(Boolean autoSpacing) voidsetCompact(boolean compact) Veraltet.voidsetCreateSpan(boolean createSpan) Veraltet.voidsetCustomClass(CustomClass customClass) voidsetEscape(boolean escape) voidsetHelpPosition(DecorationPosition helpPosition) voidsetKeepLineBreaks(boolean keepLineBreaks) voidvoidsetLabelLayout(LabelLayout labelLayout) voidvoidsetMessageFormat(boolean messageFormat) voidsetMessagePosition(DecorationPosition messagePosition) voidsetPlain(boolean plain) voidsetSanitize(SanitizeMode sanitize) voidVon Klasse geerbte Methoden org.apache.myfaces.tobago.internal.component.AbstractUIOutisNextToRenderIsLabel, setNextToRenderIsLabelVon Klasse geerbte Methoden javax.faces.component.UIOutputclearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, saveState, setConverter, setValueVon Klasse geerbte Methoden javax.faces.component.UIComponentBaseaddClientBehavior, 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, visitTreeVon Klasse geerbte Methoden javax.faces.component.UIComponentgetClientId, 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, unsubscribeFromEventVon Klasse geerbte Methoden java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior, getClientBehaviors, getDefaultEventName, getEventNamesVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.component.SupportsAutoSpacinggetAutoSpacingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.component.VisualgetRendererType
- 
Felddetails- 
COMPONENT_TYPE
- 
COMPONENT_FAMILY- Siehe auch:
 
 
- 
- 
Konstruktordetails- 
UIOutpublic UIOut()
 
- 
- 
Methodendetails- 
getFamily- Setzt außer Kraft:
- getFamilyin Klasse- javax.faces.component.UIOutput
 
- 
getMarkup
- 
setMarkup
- 
isCompactVeraltet.This attribute is useful if labelLayout=skip is set. Use true, if you want to only render the text (no surrounding tag). Use false, if you enable the possibility to apply styles to the output.
 Default:false- Angegeben von:
- isCompactin Klasse- AbstractUIOut
 
- 
setCompactVeraltet.
- 
isMessageFormatpublic boolean isMessageFormat()Activates formatting of the value with the method {
 Default:false- Angegeben von:
- isMessageFormatin Klasse- AbstractUIOut
 
- 
setMessageFormatpublic void setMessageFormat(boolean messageFormat) 
- 
getLabelLayoutDefines the position of the label relative to the field. The default is flexLeft, if the label is set, or none, if the label isn't set. Set to 'skip' to avoid surrounding label container. Hint for tc:out: set also compact=true to render only text (without html tags).- Angegeben von:
- getLabelLayoutin Schnittstelle- SupportsLabelLayout
 
- 
setLabelLayout- Angegeben von:
- setLabelLayoutin Schnittstelle- SupportsLabelLayout
 
- 
getMessagePositionDefines the position and the appearance of additional faces messages (like error message or help message) on a component. The default is popoverRight.- Angegeben von:
- getMessagePositionin Schnittstelle- SupportsDecorationPosition
 
- 
setMessagePosition
- 
getLabelA localized user presentable label for this component.
- 
setLabel
- 
getAutoSpacingAutomatically add spacing (margins/paddings) to the component for better positioning. Default is 'true' except the component is inside a: - header - footer - bar - sheet - tree - link group - button group - before facet - after facet - label facet - bar facet- Angegeben von:
- getAutoSpacingin Schnittstelle- SupportsAutoSpacing
 
- 
setAutoSpacing
- 
getHelpPositionDefines the position and the appearance of a help message on a component. The default is popoverRight.- Angegeben von:
- getHelpPositionin Schnittstelle- SupportsDecorationPosition
 
- 
setHelpPosition
- 
isPlainpublic boolean isPlain()Use with caution: Only for special cases! This attribute is useful for tc:out if labelLayout=skip is set. Use true, if you want to only render the text (no surrounding tag). Use false, if you enable the possibility to apply styles to the output. For tc:form there will no div tag be rendered. So, the content can be used freely from layout managers. But, no AJAX is possible for components with "plain" set, because there is no client element with an "id" in the DOM. 
 Default:false
- 
setPlainpublic void setPlain(boolean plain) 
- 
getCustomClassSets a CSS class in its parent, if the parent supports it. Which this feature it is possible to put a CSS class name into a component with the <tc:style> tag. Example:<tc:in> <tc:style customClass="my-emphasized"/> </tc:in>One capability is, to used external CSS libs.
 This feature should not be used imprudent. Because it might be unstable against changes in the renderered HTML code.- Angegeben von:
- getCustomClassin Schnittstelle- Visual
 
- 
setCustomClass- Angegeben von:
- setCustomClassin Schnittstelle- Visual
 
- 
isKeepLineBreakspublic boolean isKeepLineBreaks()Flag indicating that new-line characters will be converted to HTML <br>. This is useful for pre-formatted plain text. This has only an effect, with escape="true".
 Default:true- Angegeben von:
- isKeepLineBreaksin Klasse- AbstractUIOut
 
- 
setKeepLineBreakspublic void setKeepLineBreaks(boolean keepLineBreaks) 
- 
getTipText value to display as tooltip.
- 
setTip
- 
isCreateSpanVeraltet.Indicates that the renderer should create an element in the output language (e. g. an span or div tag around the output text). Use true, if you enable the possibility to apply styles to the output. Use false, if you want to keep the code small (especially inside of sheets).
 Default:true- Angegeben von:
- isCreateSpanin Klasse- AbstractUIOut
 
- 
setCreateSpanVeraltet.
- 
isEscapepublic boolean isEscape()Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
 Default:true- Angegeben von:
- isEscapein Klasse- AbstractUIOut
 
- 
setEscapepublic void setEscape(boolean escape) 
- 
getSanitizeShould HTML content sanitized? The effect of sanitizing depends on the configuration. The value "auto" means, that sanitizing take place for- tc:out when escape="false" or
- tc:textarea when attribute data-html-editor is set,
 
 Default:auto
 Allowed Values:auto,never- Angegeben von:
- getSanitizein Klasse- AbstractUIOut
 
- 
setSanitize
- 
restoreState- Angegeben von:
- restoreStatein Schnittstelle- javax.faces.component.StateHolder
- Setzt außer Kraft:
- restoreStatein Klasse- javax.faces.component.UIOutput
 
 
-