public class FormData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormData.Controls |
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
contentType |
protected FormData.Controls |
controls |
| Constructor and Description |
|---|
FormData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addControl(Control control)
Adds new form control.
|
String |
getAction()
Gets the action.
|
String |
getContentType()
Gets the content type.
|
FormData.Controls |
getControls()
Gets the controls.
|
void |
setAction(String action)
Sets the action.
|
void |
setContentType(String contentType)
Sets the content type.
|
void |
setControls(FormData.Controls controls)
Sets the controls.
|
protected String contentType
protected String action
protected FormData.Controls controls
public String getContentType()
public void setContentType(String contentType)
contentType - public String getAction()
public void setAction(String action)
action - public FormData.Controls getControls()
public void setControls(FormData.Controls controls)
controls - public void addControl(Control control)
control - Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.