Uses of Class
com.orchestranetworks.ui.UIFormRowIcon
Packages that use UIFormRowIcon
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
-
Uses of UIFormRowIcon in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIFormRowIconModifier and TypeFieldDescriptionstatic final UIFormRowIconUIFormRowIcon.ATTRIBUTEstatic final UIFormRowIconUIFormRowIcon.BLANKstatic final UIFormRowIconUIFormRowIcon.FOREIGN_KEYstatic final UIFormRowIconUIFormRowIcon.GROUPstatic final UIFormRowIconUIFormRowIcon.PRIMARY_FOREIGN_KEYstatic final UIFormRowIconUIFormRowIcon.PRIMARY_KEYMethods in com.orchestranetworks.ui that return UIFormRowIconModifier and TypeMethodDescriptionstatic UIFormRowIconUIFormRowIcon.getIconForNode(SchemaNode aNode) Returns the built-in icon corresponding to the specified node.Methods in com.orchestranetworks.ui with parameters of type UIFormRowIconModifier and TypeMethodDescriptionvoidUIComponentWriter.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 UIFormRowIconMethods in com.orchestranetworks.ui.form with parameters of type UIFormRowIconModifier and TypeMethodDescriptionvoidUIFormRow.setIcon(UIFormRowIcon anIcon) Sets a built-in icon for this form row.