Uses of Class
org.ujoframework.swing.UjoPropertyRow

Packages that use UjoPropertyRow
org.ujoframework.core The core classes. 
org.ujoframework.extensions UJO extensions. 
org.ujoframework.swing Swing support. 
 

Uses of UjoPropertyRow in org.ujoframework.core
 

Methods in org.ujoframework.core that return types with arguments of type UjoPropertyRow
 java.util.List<UjoPropertyRow> UjoManager.createPropertyList(Ujo content, UjoAction action)
          Create a list of UjoPropertyList
 

Uses of UjoPropertyRow in org.ujoframework.extensions
 

Methods in org.ujoframework.extensions that return types with arguments of type UjoPropertyRow
 java.util.List<UjoPropertyRow> AbstractUjoExt.createPropertyList()
          Create a list of UjoProperty.
 

Uses of UjoPropertyRow in org.ujoframework.swing
 

Fields in org.ujoframework.swing declared as UjoPropertyRow
static UjoPropertyRow SingleUjoTabModel.ROWS
          Property row
 

Fields in org.ujoframework.swing with type parameters of type UjoPropertyRow
static Property<UjoPropertyRow,java.lang.Object> UjoPropertyRow.P_DEFAULT
          Default Value
static Property<UjoPropertyRow,java.lang.Integer> UjoPropertyRow.P_INDEX
          Index of property
static Property<UjoPropertyRow,java.lang.String> UjoPropertyRow.P_NAME
          Name of property
static Property<UjoPropertyRow,java.lang.String> UjoPropertyRow.P_TEXT
          Text Value
static Property<UjoPropertyRow,java.lang.Class> UjoPropertyRow.P_TYPE
          Type of property
static Property<UjoPropertyRow,java.lang.String> UjoPropertyRow.P_TYPENAME
          Class name without packages
static Property<UjoPropertyRow,java.lang.Object> UjoPropertyRow.P_USER1
          A user column can be used in table renderer for any purpose
static Property<UjoPropertyRow,java.lang.Object> UjoPropertyRow.P_USER2
          A user column can be used in table renderer for any purpose
static Property<UjoPropertyRow,java.lang.Object> UjoPropertyRow.P_VALUE
          Value
 

Methods in org.ujoframework.swing that return types with arguments of type UjoPropertyRow
 java.util.Iterator<UjoPropertyRow> SingleUjoTabModel.iterator()
          Returns an interator
 



Copyright © 2010. All Rights Reserved.