org.springframework.richclient.core
Class GuardedGroup
java.lang.Object
org.springframework.richclient.core.GuardedGroup
- All Implemented Interfaces:
- Guarded
public class GuardedGroup
- extends Object
- implements Guarded
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuardedGroup
public GuardedGroup(Guarded[] guarded)
addGuarded
public void addGuarded(Guarded guarded)
addGuardedHolder
public void addGuardedHolder(ValueModel guardedHolder)
isEnabled
public boolean isEnabled()
- Description copied from interface:
Guarded
- Indicates if the object is in an enabled state.
- Specified by:
isEnabled
in interface Guarded
- Returns:
- if the object is in an enabled state, otherwise.
setEnabled
public void setEnabled(boolean enabled)
- Description copied from interface:
Guarded
- Sets the enabled state of the object.
- Specified by:
setEnabled
in interface Guarded
- Parameters:
enabled
- true
to enable the object, false
to disable it.
createGuardedAdapter
public static final Guarded createGuardedAdapter(JComponent component)
createGuardedGroup
public static final GuardedGroup createGuardedGroup(Object[] components)
createGuardedGroup
public static final GuardedGroup createGuardedGroup(JComponent[] components)
createGuardedGroup
public static final GuardedGroup createGuardedGroup(JComponent[][] componentArrays)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.