it.amattioli.guidate.properties
Class PropertyNameRetriever

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.properties.PropertyNameRetriever

public class PropertyNameRetriever
extends Object


Field Summary
static String PROPERTY_INDEX
           
static String PROPERTY_NAME
           
 
Constructor Summary
PropertyNameRetriever(org.zkoss.zk.ui.Component comp)
           
 
Method Summary
static Integer findPropertyIndex(org.zkoss.zk.ui.Component comp)
           
 String retrieve()
           
 String retrieveComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_INDEX

public static final String PROPERTY_INDEX
See Also:
Constant Field Values
Constructor Detail

PropertyNameRetriever

public PropertyNameRetriever(org.zkoss.zk.ui.Component comp)
Method Detail

retrieve

public String retrieve()

retrieveComplete

public String retrieveComplete()

findPropertyIndex

public static Integer findPropertyIndex(org.zkoss.zk.ui.Component comp)


Copyright © 2011. All Rights Reserved.