public static class ComponentClass.PriorityOverride extends Object implements Comparable<ComponentClass.PriorityOverride>, Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
action
The action, if any, for which this override is appropriate.
|
String |
component
The component, if any, for which this override is appropriate.
|
ArrayIntSet |
orients
The orientations, if any, for which this override is appropriate.
|
int |
renderPriority
The overridden render priority value.
|
| Constructor and Description |
|---|
PriorityOverride() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComponentClass.PriorityOverride po) |
boolean |
matches(String action,
String component,
int orient)
Determines whether this priority override matches the specified
action, orientation ant component combination.
|
String |
toString() |
public int renderPriority
public String action
public String component
public ArrayIntSet orients
public boolean matches(String action, String component, int orient)
public int compareTo(ComponentClass.PriorityOverride po)
compareTo in interface Comparable<ComponentClass.PriorityOverride>Copyright © 2015. All rights reserved.