org.kalmeo.kuix.widget
Class Widget.BindInstruction
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
previous
protected Widget.BindInstruction previous
next
protected Widget.BindInstruction next
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.