Class EventLabelOptions

  • All Implemented Interfaces:
    java.io.Serializable, IComplexOption

    public class EventLabelOptions
    extends java.lang.Object
    implements IComplexOption
    Representation of an EventLabel into an ItemOptions
    Author:
    Julien Roche
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EventLabel getEventLabel()
      Method retrieving the eventLabel value
      java.lang.CharSequence getJavascriptOption()
      Method retrieving the javascript representation of this complex option
      void setInteger​(EventLabel eventLabel)
      Methode setting the eventLabel value
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventLabelOptions

        public EventLabelOptions​(EventLabel eventLabel)
        Default constructor
        Parameters:
        eventLabel -
    • Method Detail

      • getEventLabel

        public EventLabel getEventLabel()
        Method retrieving the eventLabel value
        Returns:
        the eventLabel
      • getJavascriptOption

        public java.lang.CharSequence getJavascriptOption()
        Description copied from interface: IComplexOption
        Method retrieving the javascript representation of this complex option
        Specified by:
        getJavascriptOption in interface IComplexOption
        Returns:
        the javascript
      • setInteger

        public void setInteger​(EventLabel eventLabel)
        Methode setting the eventLabel value
        Parameters:
        eventLabel - EventLabel