sk.uniba.euromath.editor.widgets.namelist
Class NameListItemChooser.State<R extends BaseRule>

java.lang.Object
  extended by sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser.State<R>
Type Parameters:
R - accepts namelists containing this type of BaseRule.
Enclosing class:
NameListItemChooser<R extends BaseRule>

public static class NameListItemChooser.State<R extends BaseRule>
extends Object

The state of the widget.

Author:
Martin Vysny

Field Summary
 QName qname
          qname of selected namelist item or null if no item is selected.
 R rule
          Rule for selected item.
 String value
          The value of the attribute or null if namelist contains element names.
 
Constructor Summary
NameListItemChooser.State(QName qname, String value, R rule)
          Constructs new state.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

public final QName qname
qname of selected namelist item or null if no item is selected.


value

public final String value
The value of the attribute or null if namelist contains element names.


rule

public final R extends BaseRule rule
Rule for selected item.

Constructor Detail

NameListItemChooser.State

public NameListItemChooser.State(QName qname,
                                 String value,
                                 R rule)
Constructs new state.

Parameters:
qname - qname of selected namelist item or null if no item is selected.
value - the value of the attribute or null if namelist contains element names.
rule - rule for selected item.


Copyright © 2003-2006 null. All Rights Reserved.