public interface OutTagDeclaration extends HasIdBindingAndRendered, HasConverter, HasTip, HasValue, IsVisual, HasSanitize, HasLabel, HasLabelLayout, IsPlain, HasAutoSpacing
Modifier and Type | Method and Description |
---|---|
void |
setCompact(String compact)
Deprecated.
since 4.3.0. Use attribute 'plain' instead.
|
void |
setCreateSpan(String createSpan)
Deprecated.
after 4.0.0 release. Use attribute 'plain' instead (
IsPlain.setPlain(String) ). |
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
setSanitize
setLabel
setLabelLayout
setPlain
setAutoSpacing
void setEscape(String escape)
void setKeepLineBreaks(String keepLineBreaks)
@Deprecated void setCreateSpan(String createSpan)
IsPlain.setPlain(String)
).@Deprecated void setCompact(String compact)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.