public class ScriptFormData.ScriptFieldData extends Object
Constructor and Description |
---|
ScriptFieldData(FormData.FieldData fieldData) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the form field that data represents
|
Object |
getValue()
Returns the value of the form field that data represents
|
boolean |
isFile()
Determines whether the data represents a file
|
public ScriptFieldData(FormData.FieldData fieldData)
public String getName()
public Object getValue()
public boolean isFile()
Copyright © 2005–2017 Alfresco Software. All rights reserved.