Class OBViewTab.ButtonField
- java.lang.Object
-
- org.openbravo.client.application.window.OBViewTab.ButtonField
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
OBViewTab.ButtonField.Value
-
Constructor Summary
Constructors Constructor Description ButtonField(Field fld)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommand()
boolean
getHasLabelValues()
String
getId()
String
getLabel()
List<OBViewTab.ButtonField.Value>
getLabelValues()
String
getProcessId()
String
getPropertyName()
String
getReadOnlyIf()
String
getShowIf()
String
getUiPattern()
String
getUrl()
String
getWindowId()
String
getWindowTitle()
boolean
isAutosave()
boolean
isModal()
boolean
isMultiRecord()
boolean
isNewDefinition()
void
setCommand(String command)
void
setId(String id)
void
setLabel(String label)
void
setNewDefinition(boolean newDefinition)
void
setUrl(String url)
void
setWindowId(String windowId)
void
setWindowTitle(String windowTitle)
-
-
-
Constructor Detail
-
ButtonField
public ButtonField(Field fld)
-
-
Method Detail
-
isAutosave
public boolean isAutosave()
-
getPropertyName
public String getPropertyName()
-
getHasLabelValues
public boolean getHasLabelValues()
-
getLabelValues
public List<OBViewTab.ButtonField.Value> getLabelValues()
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getCommand
public String getCommand()
-
setCommand
public void setCommand(String command)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getShowIf
public String getShowIf()
-
getReadOnlyIf
public String getReadOnlyIf()
-
isModal
public boolean isModal()
-
getProcessId
public String getProcessId()
-
isNewDefinition
public boolean isNewDefinition()
-
getUiPattern
public String getUiPattern()
-
isMultiRecord
public boolean isMultiRecord()
-
setNewDefinition
public void setNewDefinition(boolean newDefinition)
-
getWindowId
public String getWindowId()
-
setWindowId
public void setWindowId(String windowId)
-
getWindowTitle
public String getWindowTitle()
-
setWindowTitle
public void setWindowTitle(String windowTitle)
-
-