public interface DynamicTag extends DynamicPropertied
For example, org.zkoss.zhtml.Raw is used to generate any HTML tags that doesn't have the ZK counterpart. Reason: there are too many HTML extended tags available and developers might choose to use them.
How to use:
AbstractComponent
and implements this interfaceModifier and Type | Method and Description |
---|---|
boolean |
hasTag(java.lang.String tagname)
Returns whether the specified tag is allowed.
|
void |
setTag(java.lang.String tagname)
Sets the tag name.
|
getDynamicProperty, hasDynamicProperty, setDynamicProperty
void setTag(java.lang.String tagname) throws WrongValueException
WrongValueException
boolean hasTag(java.lang.String tagname)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.