NextApp Echo2 Extras
v2.1.0

nextapp.echo2.extras.app.menu
Class SeparatorModel

java.lang.Object
  extended by nextapp.echo2.extras.app.menu.SeparatorModel
All Implemented Interfaces:
java.io.Serializable, ItemModel

public class SeparatorModel
extends java.lang.Object
implements ItemModel

A representation of a separator within a menu.

See Also:
Serialized Form

Constructor Summary
SeparatorModel()
           
 
Method Summary
 java.lang.String getId()
          Returns the id of the OptionModel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeparatorModel

public SeparatorModel()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: ItemModel
Returns the id of the OptionModel. The id will be used as the actionCommand of ActionEvents fired by a menu when the option is selected.

Specified by:
getId in interface ItemModel
Returns:
the id
See Also:
ItemModel.getId()

NextApp Echo2 Extras
v2.1.0