public class GridViewCtx extends Object
Java class for grid-view-ctx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grid-view-ctx">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ctx" type="{http://www.w3.org/2001/XMLSchema}string" default="grid-view" />
<attribute name="use" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ctx |
protected Boolean |
use |
| Constructor and Description |
|---|
GridViewCtx() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCtx()
Gets the value of the ctx property.
|
boolean |
isUse()
Gets the value of the use property.
|
void |
setCtx(String value)
Sets the value of the ctx property.
|
void |
setUse(Boolean value)
Sets the value of the use property.
|
public String getCtx()
Stringpublic void setCtx(String value)
value - allowed object is Stringpublic boolean isUse()
BooleanCopyright © 2018. All rights reserved.