public static class ISwmPopupUtil.ItemDesciptor<T> extends Object implements Comparable<ISwmPopupUtil.ItemDesciptor>
ISwmPopupUtil.showMultiButtonPopup(String, java.util.List,
java.util.List).| Constructor and Description |
|---|
ISwmPopupUtil.ItemDesciptor(String text,
int order,
ITypedAction<T> action)
Itemtyp = Itemtext.
|
ISwmPopupUtil.ItemDesciptor(String text,
ITypedAction<T> action)
Itemtyp = Itemtext, gleiche Reihenfolge
order = 0. |
ISwmPopupUtil.ItemDesciptor(String text,
T type,
int order,
ITypedAction<T> action)
Hauptkonstruktor.
|
ISwmPopupUtil.ItemDesciptor(String text,
T type,
ITypedAction<T> action)
Gleiche Reihenfolge
order = 0. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ISwmPopupUtil.ItemDesciptor descriptor) |
ITypedAction<T> |
getAction() |
int |
getOrder() |
String |
getText() |
T |
getType() |
public ISwmPopupUtil.ItemDesciptor(String text, ITypedAction<T> action) throws IllegalArgumentException
order = 0.text - textaction - actionIllegalArgumentException - falls die action null ist.public ISwmPopupUtil.ItemDesciptor(String text, T type, ITypedAction<T> action) throws IllegalArgumentException
order = 0.text - texttype - typeaction - actionIllegalArgumentException - falls die action null ist.public ISwmPopupUtil.ItemDesciptor(String text, int order, ITypedAction<T> action) throws IllegalArgumentException
text - textorder - orderaction - actionIllegalArgumentException - falls die action null ist.public ISwmPopupUtil.ItemDesciptor(String text, T type, int order, ITypedAction<T> action) throws IllegalArgumentException
text - texttype - typeorder - orderaction - actionIllegalArgumentException - falls die action null ist.public ITypedAction<T> getAction()
public int getOrder()
public String getText()
public T getType()
public int compareTo(ISwmPopupUtil.ItemDesciptor descriptor)
compareTo in interface Comparable<ISwmPopupUtil.ItemDesciptor>Copyright © 2011–2015 SWM. All rights reserved.