echoxul.view.builder
Class BindingInfo

java.lang.Object
  extended byechoxul.view.builder.BindingInfo

public class BindingInfo
extends java.lang.Object

Encapsulates building and reading binding attributes from an XULElement.

Author:
Terry Laurenzo

Field Summary
static int TYPE_MODEL
           
static int TYPE_MODEL_WORK
           
static int TYPE_STANDARD
           
 
Constructor Summary
BindingInfo(XULElement elt)
           
 
Method Summary
 int getBindType()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getName()
           
 java.lang.String[] getScopeLevels()
           
 java.lang.String getUnparsedName()
           
 boolean hasBinding()
           
 boolean isModelComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_STANDARD

public static final int TYPE_STANDARD
See Also:
Constant Field Values

TYPE_MODEL

public static final int TYPE_MODEL
See Also:
Constant Field Values

TYPE_MODEL_WORK

public static final int TYPE_MODEL_WORK
See Also:
Constant Field Values
Constructor Detail

BindingInfo

public BindingInfo(XULElement elt)
Method Detail

isModelComponent

public boolean isModelComponent()

getBindType

public int getBindType()
Returns:
Returns the bindType.

getErrorMessage

public java.lang.String getErrorMessage()
Returns:
Returns the errorMessage.

hasBinding

public boolean hasBinding()
Returns:
Returns the hasBinding.

getName

public java.lang.String getName()
Returns:
Returns the name.

getScopeLevels

public java.lang.String[] getScopeLevels()
Returns:
Returns the scopeLevels.

getUnparsedName

public java.lang.String getUnparsedName()
Returns:
Returns the unparsedName.


Copyright © 2004 Terry Laurenzo. All Rights Reserved.