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
- File-location:
- BinderManager
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
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-2011 ELCA. All Rights Reserved.