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 java.lang.String EDITOR_BEAN_ID
      The id of the value bean inside the view component context.
    • Field Detail

      • EDITOR_BEAN_ID

        static final java.lang.String EDITOR_BEAN_ID
        The id of the value bean inside the view component context.
        See Also:
        Constant Field Values
    • Method Detail

      • 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