ch.elca.el4j.services.gui.swing.cookswing.binding
Class ColumnBindingCreator

java.lang.Object
  extended by ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
      extended by ch.elca.el4j.services.gui.swing.cookswing.binding.ColumnBindingCreator
All Implemented Interfaces:
cookxml.core.interfaces.Creator

public class ColumnBindingCreator
extends AbstractBindingCreator

The cookSwing creator for general purpose <columnbinding>s inside <tablebinding>s.

Author:
Stefan Wismer (SWI)
File-location:
ColumnBindingCreator
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
protected static String CLASS
           
protected static String EDITABLE
           
protected static String LABEL
           
 
Fields inherited from class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
PROPERTY, UPDATE_STRATEGY, VALIDATION
 
Constructor Summary
ColumnBindingCreator()
           
 
Method Summary
 Object create(String parentNS, String parentTag, Element elm, Object parentObj, cookxml.core.DecodeEngine decodeEngine)
          
 
Methods inherited from class ch.elca.el4j.services.gui.swing.cookswing.binding.AbstractBindingCreator
addBinding, editFinished, getSource, getUpdateStrategy, getValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL

protected static final String LABEL
See Also:
Constant Field Values

EDITABLE

protected static final String EDITABLE
See Also:
Constant Field Values

CLASS

protected static final String CLASS
See Also:
Constant Field Values
Constructor Detail

ColumnBindingCreator

public ColumnBindingCreator()
Method Detail

create

public Object create(String parentNS,
                     String parentTag,
                     Element elm,
                     Object parentObj,
                     cookxml.core.DecodeEngine decodeEngine)
              throws cookxml.core.exception.CreatorException

Throws:
cookxml.core.exception.CreatorException


Copyright © 2005-2011 ELCA. All Rights Reserved.