public class WidgetDisplayPriority
extends java.lang.Object
Constructor and Description |
---|
WidgetDisplayPriority(int priority,
ObjectTab tab)
creates a widget display priority
|
Modifier and Type | Method and Description |
---|---|
void |
checkIfValidForObject(DataObjectDefinition object)
will check if the widget display priority is valid for the given object.
|
int |
getPriority() |
ObjectTab |
getTab() |
public WidgetDisplayPriority(int priority, ObjectTab tab)
priority
- priority (the higher the number, the more priority).
Recommended usage is between -1000 and 1000tab
- the tab on the object where the widget will be shownpublic int getPriority()
public ObjectTab getTab()
public void checkIfValidForObject(DataObjectDefinition object)
object
- data object