psdi.webclient.beans.designer

Class ControlPropertiesBean

    • Constructor Detail

      • ControlPropertiesBean

        public ControlPropertiesBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Description copied from class: DataBean
        Typically called after the DataBean gets a new MboSetRemote On the MboSetRemote it sets the app, the app defaults, user defaults If the remote is an instanceof NonPersistentMboSetRemote then setup is called on it and sets the current row to 0. If the DataBean isn't bound to a table then initialize fetches the first mbo (sets the current row to 0). If this method is overridden under most case you will want to call super.initalize at the end of the the new initialize method.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • removeRelatedBeans

        protected void removeRelatedBeans()
        this gets called to remove the bean for the autofill (and any others we may add), so that it will get reinitialized for the next property sheet. there may be listener objects that are not databeans
      • setProperties

        public void setProperties()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the given row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • setValue

        public void setValue(java.lang.String attribute,
                             java.lang.String value)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the current row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • setValue

        public void setValue(int row,
                             java.lang.String attribute,
                             MboRemote mboRemote)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the given row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the given row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • setValue

        public void setValue(java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the current row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException
      • getProperty

        public java.lang.String getProperty(java.lang.String property)
        Returns the value of a specific property.
        Parameters:
        property -
        Returns: