com.plumtree.server
Class PT_MANDATORYORDERING
java.lang.Object
|
+--com.plumtree.server.PT_MANDATORYORDERING
- public final class PT_MANDATORYORDERING
- extends java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_MANDATORYORDER_VERYHIGH
public static final int PT_MANDATORYORDER_VERYHIGH
- very high order
PT_MANDATORYORDER_HIGH
public static final int PT_MANDATORYORDER_HIGH
- high order
PT_MANDATORYORDER_MEDIUM
public static final int PT_MANDATORYORDER_MEDIUM
- medium order
PT_MANDATORYORDER_LOW
public static final int PT_MANDATORYORDER_LOW
- low order
PT_MANDATORYORDER_VERYLOW
public static final int PT_MANDATORYORDER_VERYLOW
- very low order
PT_MANDATORYORDERING
public PT_MANDATORYORDERING()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.