This class shouldn't be instantiated directly. To create a new layout use caplin.layout.testing.LayoutServiceStub#createLayout.
Attributes | Name and Description |
---|---|
|
caplin.layout.testing.LayoutStub(String name, Boolean isClosable, Boolean isWritable)
|
Attributes | Name and Description |
---|---|
|
void
getName()
|
|
void
getProperty( propertyName)
|
|
void
insertComponent( component)
|
|
void
isClosable()
|
|
void
isSaved()
|
|
void
isWritable()
|
|
void
setSaved(Boolean isSaved)
Sets the "saved" state of this layout. |
►
caplin.layout.testing.LayoutStub(String name, Boolean isClosable, Boolean isWritable)
String | name | (optional) Name of the layout. |
Boolean | isClosable | Controls whether this layout can be closed or not (default is true ). |
Boolean | isWritable | Controls whether this layout can be saved or not (default is true ). |
►
void
getName()
►
void
isClosable()
►
void
isSaved()
►
void
isWritable()
►
void
setSaved(Boolean isSaved)
Sets the "saved" state of this layout.
Boolean | isSaved | Is the layout saved or not. |