public interface PrologAllowed
ComponentCtrl.getExtraCtrl()
if it is able to generate the specified prolog before its real content.
It is used by ZK to minimize the output. Currently,
HtmlBasedComponent
supports it.
If a ZUML page has a string consisting of whitespaces, it will
ask the following component to generate them if PrologAllowed
is implemented.
For example, in the following codes, the whitespace between textbox
and datebox won't be converted to a label component.
Rather, it will ask datebox to generate by calling datebox's
setPrologContent(java.lang.String)
.
<textbox/> <datebox/>
Modifier and Type | Method and Description |
---|---|
void |
setPrologContent(java.lang.String prolog)
Sets the prolog content.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.