com.silvermindsoftware.hitch
Class BinderManager
java.lang.Object
com.silvermindsoftware.hitch.BinderManager
public class BinderManager
- extends Object
This class manages binder instances.
- Author:
- Stefan Wismer (SWI), based on Hitch by Brandon Goodin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_manager
public static final BinderManager s_manager
m_formMap
protected Map<Class<?>,FormMeta> m_formMap
getBinder
public static Binder getBinder(Component form)
- Get a binder for a specific window component.
- Parameters:
form - the form containing the components
- Returns:
- the binder
getFormMetaData
public static FormMeta getFormMetaData(Class<?> formClass)
getFormMeta
public FormMeta getFormMeta(Class formClass)
Copyright © 2005-2008 ELCA. All Rights Reserved.