psdi.webclient.components

Class RadioButton

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class RadioButton
    extends ComponentInstance
    • Constructor Detail

      • RadioButton

        public RadioButton()
    • Method Detail

      • click

        public int click()
        Description copied from class: ComponentInstance
        Handles a click event. Tries to call the method named in the "mxevent" property on the system handler, then component, then the control. Then eventually calls the bean method If "targetid" property is defined then that component is used, otherwise this component is used.
        Overrides:
        click in class ComponentInstance
        Returns:
        event handler status code
      • preRender

        public void preRender()
      • getSiblingButtonComponentIds

        public java.lang.String[] getSiblingButtonComponentIds()