|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DynamicTag
Represents a component is used to represent a broad range of tags.
For example, org.zkoss.zhtml.Raw is used to generate any HTML tags that doesn't have the ZK counterpart. Rason: there are too many HTML extended tags available and developers might choose to use them.
How to use:
AbstractComponent
and implements this interface
| Method Summary | |
|---|---|
boolean |
hasTag(java.lang.String tagname)
Returns whether the specified tag is allowed. |
void |
setTag(java.lang.String tagname)
Sets the tag name. |
| Methods inherited from interface org.zkoss.zk.ui.ext.DynamicPropertied |
|---|
getDynamicProperty, hasDynamicProperty, setDynamicProperty |
| Method Detail |
|---|
void setTag(java.lang.String tagname)
throws WrongValueException
WrongValueExceptionboolean hasTag(java.lang.String tagname)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||