de.kleopatra.view.binding
Class ListBindingMetaData

java.lang.Object
  extended byde.kleopatra.view.binding.BindingMetaData
      extended byde.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

Field Summary
 
Fields inherited from class de.kleopatra.view.binding.BindingMetaData
commitOnFocusLost, componentClass, componentName, focusLostTrigger, propertyName, targetClass
 
Constructor Summary
ListBindingMetaData(java.lang.String componentName)
           
ListBindingMetaData(java.lang.String componentName, java.lang.String propertyName)
           
 
Method Summary
 ValueModel getSelectionValueModel()
           
 void setSelectionValueModel(ValueModel model)
          a slot to support optional binding to the selection state of the the list.
 
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
 

Constructor Detail

ListBindingMetaData

public ListBindingMetaData(java.lang.String componentName)

ListBindingMetaData

public ListBindingMetaData(java.lang.String componentName,
                           java.lang.String propertyName)
Method Detail

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.