org.kalmeo.kuix.widget
Class Widget.BindInstruction

java.lang.Object
  extended by org.kalmeo.kuix.widget.Widget.BindInstruction
Enclosing class:
Widget

protected class Widget.BindInstruction
extends java.lang.Object

This class represents a bind instruction for a specific attribute.


Field Summary
protected  Widget.BindInstruction next
           
protected  Widget.BindInstruction previous
           
 
Method Summary
 int compareTo(LinkedListItem item, int flag)
           
 LinkedListItem getNext()
           
 LinkedListItem getPrevious()
           
protected  boolean hasProperty(java.lang.String property)
           
protected  void process()
          Process the bindInstruction
 void setNext(LinkedListItem next)
           
 void setPrevious(LinkedListItem previous)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

previous

protected Widget.BindInstruction previous

next

protected Widget.BindInstruction next
Method Detail

getNext

public LinkedListItem getNext()

getPrevious

public LinkedListItem getPrevious()

setNext

public void setNext(LinkedListItem next)

setPrevious

public void setPrevious(LinkedListItem previous)

hasProperty

protected boolean hasProperty(java.lang.String property)
Parameters:
property -
Returns:
true if given property is binded by the instruction.

process

protected void process()
Process the bindInstruction


compareTo

public int compareTo(LinkedListItem item,
                     int flag)


Copyright © 2007-2008 Kalmeo. All Rights Reserved.