public class ScenarioHeaderMetaData
extends org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
| Constructor and Description |
|---|
ScenarioHeaderMetaData(String columnId,
String columnTitle,
String columnGroup,
ScenarioHeaderTextBoxSingletonDOMElementFactory factory,
boolean instanceHeader,
boolean propertyHeader)
Constructor for ScenarioHeaderMetaData - readonly default to
false |
ScenarioHeaderMetaData(String columnId,
String columnTitle,
String columnGroup,
ScenarioHeaderTextBoxSingletonDOMElementFactory factory,
boolean readOnly,
boolean instanceHeader,
boolean propertyHeader)
Constructor for ScenarioHeaderMetaData
|
| Modifier and Type | Method and Description |
|---|---|
void |
edit(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext context) |
String |
getColumnId() |
boolean |
isInstanceHeader() |
boolean |
isPropertyHeader() |
boolean |
isReadOnly() |
void |
setReadOnly(boolean readOnly) |
String |
toString() |
equals, getColumnGroup, getTitle, hashCode, setColumnGroup, setTitlepublic ScenarioHeaderMetaData(String columnId, String columnTitle, String columnGroup, ScenarioHeaderTextBoxSingletonDOMElementFactory factory, boolean readOnly, boolean instanceHeader, boolean propertyHeader) throws IllegalStateException
columnId - columnTitle - columnGroup - factory - readOnly - instanceHeader - Set true for instance' header or the description/id ones, falsepropertyHeader - Set true for property' header or the description/id ones, falseIllegalStateException - if both instanceHeader and propertyHeader are truepublic ScenarioHeaderMetaData(String columnId, String columnTitle, String columnGroup, ScenarioHeaderTextBoxSingletonDOMElementFactory factory, boolean instanceHeader, boolean propertyHeader) throws IllegalStateException
falsecolumnId - columnTitle - columnGroup - factory - instanceHeader - Set true for instance' header or the description/id ones, falsepropertyHeader - Set true for property' header or the description/id ones, falseIllegalStateException - if both instanceHeader and propertyHeader are truepublic void edit(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext context)
public String getColumnId()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isInstanceHeader()
public boolean isPropertyHeader()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.