Package org.oddjob.arooa.design.view
Class TextFieldView
java.lang.Object
org.oddjob.arooa.design.view.TextFieldView
- All Implemented Interfaces:
SwingItemView
Label Title *********************
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe class should add it's component to the container which has a GridBagLayout.voidsetEnabled(boolean enabled) Used when a component is part of a selection.
-
Constructor Details
-
TextFieldView
Constructor.- Parameters:
elementField- The ElementField being modelled.
-
-
Method Details
-
inline
Description copied from interface:SwingItemViewThe class should add it's component to the container which has a GridBagLayout.- Specified by:
inlinein interfaceSwingItemView- Parameters:
container- The container to add the component to.row- The row to add the component at.- Returns:
- The row the next component should be added at.
-
setEnabled
public void setEnabled(boolean enabled) Description copied from interface:SwingItemViewUsed when a component is part of a selection.- Specified by:
setEnabledin interfaceSwingItemView- Parameters:
enabled-
-