| org.zkoss.zul.impl.LabelImageElement org.zkoss.zul.Caption
getCompoundLabel | public String getCompoundLabel()(Code) | | Returns a compound label, which is the catenation of
parent's title, if the parent is
Window , and
Caption.getLabel .
Note: this is designed to used for component templating.
Application developers rarely need to access this method.
It is mainly used for component implementation.
|
getSclass | public String getSclass()(Code) | | Returns the style class.
Default: return caption if the parent is groupbox,
or title otherwise (say, the parent is window)
|
invalidate | public void invalidate()(Code) | | |
isClosableVisible | public boolean isClosableVisible()(Code) | | Returns whether to display the closable button.
Default: it returns true if the parent is window and
Window.isClosable is true.
It is mainly used for component implementation.
|
isLegend | public boolean isLegend()(Code) | | Returns whether the legend mold shall be used.
It actually returns
Groupbox.isLegend if the parent
is a
Groupbox .
Note: this is designed to used for component templating.
Application developers rarely need to access this method.
|
|
|