@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface DMXViewDeclaration
Modifier and Type | Required Element and Description |
---|---|
String |
parentViewId
ID of the parent of this view.
|
String |
viewID
ID of this view.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isDialog
If
true , indicates that this view represents dialog view. |
boolean |
modal
If
isDialog() is true , indicates whether dialog is modal
or not. |
String |
title
If
isModal() is set to true , indicates dialog title. |
public abstract String viewID
public abstract String parentViewId
public abstract boolean isDialog
true
, indicates that this view represents dialog view. Default
value is false
.public abstract boolean modal
isDialog()
is true
, indicates whether dialog is modal
or not.public abstract String title
isModal()
is set to true
, indicates dialog title. Default value is empty
string.Copyright © 2012-2014 Vektor Software. All Rights Reserved.