|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.PaletteItem
public class PaletteItem
PaletteItem class.
| Field Summary | |
|---|---|
static PaletteItem |
SPACER
Constant SPACER |
| Constructor Summary | |
|---|---|
|
PaletteItem(String id,
String label)
Constructor for PaletteItem. |
protected |
PaletteItem(String id,
String label,
boolean spacer)
Constructor for PaletteItem. |
| Method Summary | |
|---|---|
String |
getId()
getId |
String |
getLabel()
getLabel |
boolean |
isSpacer()
isSpacer |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PaletteItem SPACER
SPACER
| Constructor Detail |
|---|
protected PaletteItem(String id,
String label,
boolean spacer)
Constructor for PaletteItem.
id - a String object.label - a String object.spacer - a boolean.
public PaletteItem(String id,
String label)
Constructor for PaletteItem.
id - a String object.label - a String object.| Method Detail |
|---|
public String getLabel()
getLabel
String object.public String getId()
getId
String object.public boolean isSpacer()
isSpacer
public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||