@Portable public class NamedPosition extends Object implements Position
Positions that refer to the same field name compare equal to each other.
Instances of this class are immutable.
| Modifier and Type | Field and Description |
|---|---|
static NamedPosition |
ROOT
Represents the root panel of any templated perspective.
|
| Constructor and Description |
|---|
NamedPosition(String fieldName)
Creates a new position representing the ErraiUI
@DataField with the given name. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the data field name this Position refers to.
|
int |
hashCode() |
String |
toString() |
public static final NamedPosition ROOT
public String getName()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.