com.sapportals.wcm.app.xfbuilder.server.generator
Interface IFormControl
- All Known Implementing Classes:
- FormControl
public interface IFormControl
Copyright 2004 SAP AG
TYPE_UNKNOWN
static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
TYPE_GROUPBOX
static final int TYPE_GROUPBOX
- See Also:
- Constant Field Values
TYPE_OUTPUT
static final int TYPE_OUTPUT
- See Also:
- Constant Field Values
TYPE_TEXTBOX
static final int TYPE_TEXTBOX
- See Also:
- Constant Field Values
TYPE_IMAGE
static final int TYPE_IMAGE
- See Also:
- Constant Field Values
TYPE_BUTTON
static final int TYPE_BUTTON
- See Also:
- Constant Field Values
TYPE_EXC_SELECT
static final int TYPE_EXC_SELECT
- See Also:
- Constant Field Values
TYPE_MUL_SELECT
static final int TYPE_MUL_SELECT
- See Also:
- Constant Field Values
TYPE_SUBMIT
static final int TYPE_SUBMIT
- See Also:
- Constant Field Values
TYPE_FORM
static final int TYPE_FORM
- See Also:
- Constant Field Values
TYPE_CHECKBOX
static final int TYPE_CHECKBOX
- See Also:
- Constant Field Values
setType
void setType(int value)
getType
int getType()
setID
void setID(String value)
getID
String getID()
setAttribute
void setAttribute(String key,
String value)
getAttribute
String getAttribute(String key)
setAttributes
void setAttributes(HashMap map)
getAttributes
HashMap getAttributes()
setItemList
void setItemList(LinkedList value)
getItemList
LinkedList getItemList()
getChildren
LinkedList getChildren()
addChild
void addChild(IFormControl Child)
getParent
IFormControl getParent()
clearChildren
void clearChildren()
Type2String
String Type2String()
Type2String
String Type2String(int type)
toDocument
IXMLNode toDocument()
toDocument
IXMLNode toDocument(IXMLNode parent)
destroy
void destroy()
Copyright 2011 SAP AG Complete Copyright Notice