|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.design.view.TextInputView
public class TextInputView
A view for form and a form item that is a text area.
Constructor Summary | |
---|---|
TextInputView(TextInput textInputModel)
Constructor. |
Method Summary | |
---|---|
Component |
cell()
The component should be rendered for use in a table cell. |
Component |
dialog()
The component should be rendered for use in a model dialog. |
int |
inline(Container container,
int row,
int column,
boolean selectionInGroup)
The class should add it's component to the container which has a GridBagLayout. |
void |
setEnabled(boolean enabled)
Used when a component is part of a selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextInputView(TextInput textInputModel)
textInputModel
- The model.Method Detail |
---|
public Component dialog()
SwingFormView
dialog
in interface SwingFormView
public Component cell()
SwingFormView
cell
in interface SwingFormView
public int inline(Container container, int row, int column, boolean selectionInGroup)
SwingItemView
inline
in interface SwingItemView
container
- The container to add the component to.row
- The row to add the component at.
public void setEnabled(boolean enabled)
SwingItemView
setEnabled
in interface SwingItemView
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |