com.ibm.commerce.tools.experimentation

Class ExperimentUIElement

  • java.lang.Object
    • com.ibm.commerce.tools.experimentation.ExperimentUIElement


  • public class ExperimentUIElement
    extends java.lang.Object
    This class defines the HTML elements for the experiment general UI panel. Objects defined in this class will be picked up by the tools framework universal dialog widget.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Vector getPrioritySelection()
      This method returns the list of HTML options for all priority values.
      java.util.Vector getResultScopeSelection()
      This method returns the list of HTML options for all result scope values.
      java.util.Vector getStoreElementTypeSelection()
      This method returns the list of HTML options for all available store element types.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExperimentUIElement

        public ExperimentUIElement()
    • Method Detail

      • getPrioritySelection

        public java.util.Vector getPrioritySelection()
        This method returns the list of HTML options for all priority values.
        Returns:
        A list of HTML options for all priority values.
      • getResultScopeSelection

        public java.util.Vector getResultScopeSelection()
        This method returns the list of HTML options for all result scope values.
        Returns:
        A list of HTML options for all result scope values.
      • getStoreElementTypeSelection

        public java.util.Vector getStoreElementTypeSelection()
        This method returns the list of HTML options for all available store element types.
        Returns:
        A list of HTML options for all available store element types.