protected class HtmlBasedComponent.ExtraCtrl extends java.lang.Object implements PrologAllowed
HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.
If a component requires more client controls, it is suggested to
override HtmlBasedComponent.getExtraCtrl()
to return an instance that extends from
this class.
Modifier | Constructor and Description |
---|---|
protected |
ExtraCtrl() |
Modifier and Type | Method and Description |
---|---|
void |
setPrologContent(java.lang.String prolog)
Sets the prolog content.
|
public void setPrologContent(java.lang.String prolog)
PrologAllowed
Default: none.
Note: the prolog is one-shot only. Once the component is generated, the prolog is gone.
setPrologContent
in interface PrologAllowed
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.