Class DisplayLinkToForeignKeyUIWidget
java.lang.Object
com.orchestranetworks.ui.form.widget.UICustomWidget
com.orchestranetworks.ui.form.widget.UISimpleCustomWidget
com.apgar.common.lib.ui.widget.foreignkeywidget.DisplayLinkToForeignKeyUIWidget
- All Implemented Interfaces:
UIWidget
Display Link To Foreign Key UI widget.
This widget extends UISimpleCustomWidget and is designed to be used when
a link to a foreign key needs to be displayed.
- Author:
- APGAR Consulting
-
Constructor Summary
ConstructorsConstructorDescriptionDisplayLinkToForeignKeyUIWidget(Path pPath, WidgetFactoryContext pContext, String pBranch, String pDataset, String pTablePath) Constructs a newDisplayLinkToForeignKeyUIWidgetfor the specified path within the provided context and parameters. -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(WidgetWriter pWriter, WidgetDisplayContext pContext) Renders the widget in the UI, implementing the foreign key widget.Methods inherited from class com.orchestranetworks.ui.form.widget.UISimpleCustomWidget
validateMethods inherited from class com.orchestranetworks.ui.form.widget.UICustomWidget
isDisplayingCustomWidgetValidationMessage, isEditorDisabled, setEditorDisabled, zza, zza, zzb
-
Constructor Details
-
DisplayLinkToForeignKeyUIWidget
public DisplayLinkToForeignKeyUIWidget(Path pPath, WidgetFactoryContext pContext, String pBranch, String pDataset, String pTablePath) Constructs a newDisplayLinkToForeignKeyUIWidgetfor the specified path within the provided context and parameters.- Parameters:
pPath- PathpContext-WidgetFactoryContextpTablePath- String representing the table path of the foreign keypDataset- String representing the dataset name of the foreign keypBranch- String representing the dataspace name of the foreign key
-
-
Method Details
-
write
Renders the widget in the UI, implementing the foreign key widget.- Specified by:
writein classUISimpleCustomWidget- Parameters:
pWriter-WidgetWriterused to output the widget in the UIpContext-WidgetDisplayContextproviding information about how the widget should be displayed
-