Class ArrayCellRadio

    • Constructor Detail

      • ArrayCellRadio

        public ArrayCellRadio​(String name,
                              String value,
                              boolean checked,
                              ArrayLine line)
        Constructor declaration
        Parameters:
        name -
        value -
        checked -
        line -
    • Method Detail

      • getCellAlign

        public String getCellAlign()
      • setCellAlign

        public void setCellAlign​(String cellAlign)
        Method declaration
        Parameters:
        cellAlign -
      • getName

        public String getName()
        Method declaration
        Returns:
      • getValue

        public String getValue()
        Method declaration
        Returns:
      • getChecked

        public boolean getChecked()
        Method declaration
        Returns:
      • getAction

        public String getAction()
        Get the JavaScript action
      • setAction

        public void setAction​(String strAction)
        Set the JavaScript action e.g. "onLoad=doOnLoad();"
        Parameters:
        strAction - the event name and the action
      • getSyntax

        public String getSyntax()
        Method declaration
        Returns: