Interface ZKPropertyEditorBean
- All Known Implementing Classes:
DefaultZKPropertyEditorBean
public interface ZKPropertyEditorBean
Special editor bean bound to a zk view component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe id of the value bean inside the view component context. -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.ComponentgetOrCreateViewComponent(org.zkoss.zk.ui.Page page) Returns the view component bound to this value editor bean.
-
Field Details
-
EDITOR_BEAN_ID
The id of the value bean inside the view component context.- See Also:
-
-
Method Details
-
getOrCreateViewComponent
org.zkoss.zk.ui.Component getOrCreateViewComponent(org.zkoss.zk.ui.Page page) Returns the view component bound to this value editor bean.- Parameters:
page- TODO
-