Uses of Class
com.orchestranetworks.ui.UIFormRowIcon
-
Packages that use UIFormRowIcon Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.form This package allows customizing forms. -
-
Uses of UIFormRowIcon in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIFormRowIcon Modifier and Type Field Description static UIFormRowIconUIFormRowIcon. ATTRIBUTEstatic UIFormRowIconUIFormRowIcon. BLANKstatic UIFormRowIconUIFormRowIcon. FOREIGN_KEYstatic UIFormRowIconUIFormRowIcon. GROUPstatic UIFormRowIconUIFormRowIcon. PRIMARY_FOREIGN_KEYstatic UIFormRowIconUIFormRowIcon. PRIMARY_KEYMethods in com.orchestranetworks.ui that return UIFormRowIcon Modifier and Type Method Description static UIFormRowIconUIFormRowIcon. getIconForNode(SchemaNode aNode)Returns the built-in icon corresponding to the specified node.Methods in com.orchestranetworks.ui with parameters of type UIFormRowIcon Modifier and Type Method Description voidUIComponentWriter. startFormRow(UIFormLabelSpec aLabelSpec, UIFormRowIcon aFormRowIcon)Starts a form row containing an icon, a label and some plain HTML content. -
Uses of UIFormRowIcon in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return UIFormRowIcon Modifier and Type Method Description UIFormRowIconUIFormRow. getIcon()Methods in com.orchestranetworks.ui.form with parameters of type UIFormRowIcon Modifier and Type Method Description voidUIFormRow. setIcon(UIFormRowIcon anIcon)Sets a built-in icon for this form row.
-