Interface WebworkConstants


  • public interface WebworkConstants
    This class provides some common contants used in the Webwork actions...
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CHECK_BOX_CHECKED
      This what webwork provides in the setter to say that a checkbox has been selected
      static String CHECK_BOX_UNCHECKED
      This what webwork provides in the setter to say that a checkbox is not selected
    • Field Detail

      • CHECK_BOX_CHECKED

        static final String CHECK_BOX_CHECKED
        This what webwork provides in the setter to say that a checkbox has been selected
        See Also:
        Constant Field Values
      • CHECK_BOX_UNCHECKED

        static final String CHECK_BOX_UNCHECKED
        This what webwork provides in the setter to say that a checkbox is not selected
        See Also:
        Constant Field Values