| Package | Description |
|---|---|
| org.arakhne.afc.ui.android.property |
| Modifier and Type | Method and Description |
|---|---|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addEmailField(String label,
String fieldId,
URI value)
Add a field in the editor that permits to enter an email.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addFloatField(String label,
String fieldId,
boolean isPositiveOnly,
double value)
Add a field in the editor that permits to enter a floating-point number.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addIntegerField(String label,
String fieldId,
boolean isPositiveOnly,
long value)
Add a field in the editor that permits to enter an integer.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addNumPasswordField(String label,
String fieldId,
int value)
Add a field in the editor that permits to enter a numeric password.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addStringField(String label,
String fieldId,
String value)
Add a field in the editor that permits to enter a string.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addTextPasswordField(String label,
String fieldId,
String value)
Add a field in the editor that permits to enter a textual password.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.addUriField(String label,
String fieldId,
URL value)
Add a field in the editor that permits to enter an uri.
|
protected TablePropertyEditorView.TextEditor |
TablePropertyEditorView.getTextEditor(String fieldId)
Replies the text editor with the given id and of the given type.
|
Copyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor