Class BorderLayout
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.layout.Layout
-
- de.terrestris.shoguncore.model.layout.BorderLayout
-
- All Implemented Interfaces:
Serializable
@Entity public class BorderLayout extends Layout
This class is the representation of an border layout, where components are anchored in (predefined) regions, which are stored in theregionsproperty.The order of the
regionsshould match the order of the correspondingCompositeModule.getSubModules().- Author:
- Nils Bühner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BorderLayout()Explicitly adding the default constructor as this is important, e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getRegions()inthashCode()voidsetRegions(List<String> regions)-
Methods inherited from class de.terrestris.shoguncore.model.layout.Layout
getPropertyHints, getPropertyMusts, getType, setPropertyHints, setPropertyMusts, setType
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-