Class LayoutNavigationRef
- java.lang.Object
-
- org.dashbuilder.navigation.layout.LayoutNavigationRef
-
@Portable public class LayoutNavigationRef extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutNavigationRef()LayoutNavigationRef(LayoutNavigationRefType type, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()LayoutNavigationRefTypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
LayoutNavigationRef
public LayoutNavigationRef()
-
LayoutNavigationRef
public LayoutNavigationRef(LayoutNavigationRefType type, String name)
-
-
Method Detail
-
getType
public LayoutNavigationRefType getType()
-
getName
public String getName()
-
-