@PublicApi
public interface FieldScreen
Modifier and Type | Field and Description |
---|---|
static Long |
DEFAULT_SCREEN_ID |
Modifier and Type | Method and Description |
---|---|
FieldScreenTab |
addTab(String tabName) |
boolean |
containsField(String fieldId) |
String |
getDescription() |
org.ofbiz.core.entity.GenericValue |
getGenericValue() |
Long |
getId() |
String |
getName() |
FieldScreenTab |
getTab(int tabPosition) |
List<FieldScreenTab> |
getTabs() |
boolean |
isModified()
Indicates whether any fields of the screen have been modified
|
void |
moveFieldScreenTabLeft(int tabPosition) |
void |
moveFieldScreenTabRight(int tabPosition) |
void |
moveFieldScreenTabToPosition(int tabPosition,
int newPosition) |
void |
remove() |
void |
removeFieldScreenLayoutItem(String fieldId) |
void |
removeTab(int tabPosition) |
void |
resequence() |
void |
setDescription(String description) |
void |
setGenericValue(org.ofbiz.core.entity.GenericValue genericValue) |
void |
setId(Long id) |
void |
setName(String name) |
void |
store() |
static final Long DEFAULT_SCREEN_ID
Long getId()
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
List<FieldScreenTab> getTabs()
FieldScreenTab getTab(int tabPosition)
FieldScreenTab addTab(String tabName)
void removeTab(int tabPosition)
void moveFieldScreenTabToPosition(int tabPosition, int newPosition)
void moveFieldScreenTabLeft(int tabPosition)
void moveFieldScreenTabRight(int tabPosition)
void resequence()
org.ofbiz.core.entity.GenericValue getGenericValue()
void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
boolean isModified()
void store()
void remove()
void setId(Long id)
boolean containsField(String fieldId)
void removeFieldScreenLayoutItem(String fieldId)
Copyright © 2002-2017 Atlassian. All Rights Reserved.