Interface ZKPropertyEditorBean

All Known Implementing Classes:
DefaultZKPropertyEditorBean

public interface ZKPropertyEditorBean
Special editor bean bound to a zk view component.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The id of the value bean inside the view component context.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.zkoss.zk.ui.Component
    getOrCreateViewComponent(org.zkoss.zk.ui.Page page)
    Returns the view component bound to this value editor bean.
  • Field Details

    • EDITOR_BEAN_ID

      static final String 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