|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary> it.stefanochizzolini.clown.documents.interaction.forms.Field it.stefanochizzolini.clown.documents.interaction.forms.ChoiceField
public abstract class ChoiceField
Choice field [PDF:1.6:8.6.3].
Nested Class Summary |
---|
Nested classes/interfaces inherited from class it.stefanochizzolini.clown.documents.interaction.forms.Field |
---|
Field.FlagsEnum |
Constructor Summary | |
---|---|
protected |
ChoiceField(PdfDirectObject baseObject)
|
protected |
ChoiceField(String name,
Widget widget)
Creates a new choice field within the given document context. |
Method Summary | |
---|---|
ChoiceField |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
ChoiceItems |
getItems()
|
boolean |
isMultiSelect()
Gets whether more than one of the field's items may be selected simultaneously. |
boolean |
isValidatedOnChange()
Gets whether validation action is triggered as soon as a selection is made, without requiring the user to exit the field. |
void |
setItems(ChoiceItems value)
|
void |
setMultiSelect(boolean value)
|
void |
setValidatedOnChange(boolean value)
|
Methods inherited from class it.stefanochizzolini.clown.documents.interaction.forms.Field |
---|
getActions, getDefaultValue, getFlags, getFullName, getInheritableAttribute, getName, getValue, getWidget, getWidgets, isExportable, isReadOnly, isRequired, setActions, setExportable, setFlags, setName, setReadOnly, setRequired, setValue, wrap |
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ChoiceField(String name, Widget widget)
protected ChoiceField(PdfDirectObject baseObject)
Method Detail |
---|
public ChoiceField clone(Document context)
PdfObjectWrapper
clone
in class Field
context
- Which document the clone has to be registered in.public ChoiceItems getItems()
public boolean isMultiSelect()
public boolean isValidatedOnChange()
public void setItems(ChoiceItems value)
getItems()
public void setMultiSelect(boolean value)
isMultiSelect()
public void setValidatedOnChange(boolean value)
isValidatedOnChange()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |