public interface OutTagDeclaration extends HasIdBindingAndRendered, HasConverter, HasTip, HasValue, IsVisual, HasSanitize, HasLabel, HasLabelLayout
Modifier and Type | Method and Description |
---|---|
void |
setCreateSpan(String createSpan)
Indicates that the renderer should create an element in the output language
(e. g. an span or div tag around the output text).
|
void |
setEscape(String escape)
Flag indicating that characters that are
sensitive in HTML and XML markup must be escaped.
|
void |
setKeepLineBreaks(String keepLineBreaks)
Flag indicating that new-line characters will be converted to HTML <br>.
|
setBinding
setRendered
setConverter
setTip
setValue
setCustomClass, setMarkup, setStyle
setSanitize
setLabel
setLabelLayout
void setEscape(String escape)
void setKeepLineBreaks(String keepLineBreaks)
void setCreateSpan(String createSpan)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.