public class TextFieldList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<TextField>
| Constructor and Description |
|---|
TextFieldList()
Creates a new instance of the TextFieldList class.
|
TextFieldList(long handle)
Creates a new instance of the TextFieldList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(TextField textFieldItem)
Adds an item to the TextFieldList object.
|
void |
clear()
Clears the TextFieldList object.
|
TextFieldList |
clone()
Creates a copy of the TextFieldList object.
|
void |
close()
Releases all resources used by this TextFieldList.
|
protected void |
finalize()
Finalizer for this class.
|
TextField |
get(int index)
Gets an item of the TextFieldList object.
|
int |
getCount()
Gets the number of elements in the TextFieldList object.
|
long |
getHandle()
Gets the native handle.
|
java.util.Iterator<TextField> |
iterator() |
void |
removeAt(int index)
Removes an element of the TextFieldList object.
|
void |
resize(int newSize)
TextFieldList object.
|
void |
set(int index,
TextField textFieldItem)
Sets an item of the TextFieldList object.
|
public TextFieldList()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public TextFieldList(long handle)
throws DocumentException
handle - Handle to the TextFieldList.DocumentException - An error has occurred during Document Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public TextFieldList clone() throws DocumentException
clone in class java.lang.ObjectDocumentException - An error has occurred during Document Library execution.public void clear()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public void add(TextField textFieldItem) throws DocumentException
textFieldItem - TextField item to add.DocumentException - An error has occurred during Document Library execution.public TextField get(int index) throws DocumentException
index - Index of the TextField item to get.DocumentException - An error has occurred during Document Library execution.public void set(int index,
TextField textFieldItem)
throws DocumentException
index - Index of the TextField item to set.textFieldItem - TextField item to set.DocumentException - An error has occurred during Document Library execution.public int getCount()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public void removeAt(int index)
throws DocumentException
index - Index of the TextField item to remove.DocumentException - An error has occurred during Document Library execution.public void resize(int newSize)
throws DocumentException
newSize - TextField object.DocumentException - An error has occurred during Document Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document