Definition at line 44 of file DefaultLabel.java.
Public Member Functions | |
int | compareTo (Object parm1, Object parm2) |
Compare two objects and order them. | |
void | setLabelSortOrder (int o) |
Use to sort label in a specific order. |
int org.openmobileis.modules.common.data.DefaultLabel.compareTo | ( | Object | p1, | |
Object | p2 | |||
) |
Compare two objects and order them.
p1 | first object | |
p2 | second object |
Implements org.openmobileis.common.util.collection.Orderable.
Definition at line 72 of file DefaultLabel.java.
void org.openmobileis.modules.common.data.DefaultLabel.setLabelSortOrder | ( | int | o | ) |
Use to sort label in a specific order.
Sorting id made : sort with labelOrder if equals use label.
o | label sort order |
Implements org.openmobileis.modules.common.data.Label.
Definition at line 104 of file DefaultLabel.java.