|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_MANDATORYORDERING
public final class PT_MANDATORYORDERING
Mandatory ordering priority. These values signify where in the Z-order (the vertical order a gadget appears in which a gadget appears in a column) the mandatory gadgets will appear. All mandatory gadgets appear in Column 0, no matter what the page layout is. Since non-mandatory gadgets may have a Z-order (column order) of zero, these numbers are treated as negative numbers; the Z-order is actually 99 - (mandatory ordering number). Mandatory gadgets with identical order are sorted randomly.
| Field Summary | |
|---|---|
static int |
PT_MANDATORYORDER_HIGH
high order |
static int |
PT_MANDATORYORDER_LOW
low order |
static int |
PT_MANDATORYORDER_MEDIUM
medium order |
static int |
PT_MANDATORYORDER_VERYHIGH
very high order |
static int |
PT_MANDATORYORDER_VERYLOW
very low order |
| Constructor Summary | |
|---|---|
PT_MANDATORYORDERING()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PT_MANDATORYORDER_VERYHIGH
public static final int PT_MANDATORYORDER_HIGH
public static final int PT_MANDATORYORDER_MEDIUM
public static final int PT_MANDATORYORDER_LOW
public static final int PT_MANDATORYORDER_VERYLOW
| Constructor Detail |
|---|
public PT_MANDATORYORDERING()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||