de.kleopatra.view.binding
Class ListBindingMetaData
java.lang.Object
de.kleopatra.view.binding.BindingMetaData
de.kleopatra.view.binding.ListBindingMetaData
- public class ListBindingMetaData
- extends BindingMetaData
BindingMetaData for use by list binding.
NOTE: the property must refer to list-like value.
- Version:
- $Revision: 1.5 $ - $Date: 2004/10/04 11:56:04 $
- Author:
- (C) 2004 Jeanette Winzenburg, Berlin
Methods inherited from class de.kleopatra.view.binding.BindingMetaData |
getComponentClass, getComponentName, getFocusLostTrigger, getPropertyName, getTargetClass, initDefaultCommit, isCommitOnFocusLost, setCommitOnFocusLost, setComponentClass, setComponentName, setFocusLostTrigger, setPropertyName, setTargetClass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBindingMetaData
public ListBindingMetaData(java.lang.String componentName)
ListBindingMetaData
public ListBindingMetaData(java.lang.String componentName,
java.lang.String propertyName)
setSelectionValueModel
public void setSelectionValueModel(ValueModel model)
- a slot to support optional binding to the selection state of the
the list.
- Parameters:
model
-
getSelectionValueModel
public ValueModel getSelectionValueModel()
Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.