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

public class DisplayLinkToForeignKeyUIWidget extends UISimpleCustomWidget
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 Details

    • DisplayLinkToForeignKeyUIWidget

      public DisplayLinkToForeignKeyUIWidget(Path pPath, WidgetFactoryContext pContext, String pBranch, String pDataset, String pTablePath)
      Constructs a new DisplayLinkToForeignKeyUIWidget for the specified path within the provided context and parameters.
      Parameters:
      pPath - Path
      pContext - WidgetFactoryContext
      pTablePath - String representing the table path of the foreign key
      pDataset - String representing the dataset name of the foreign key
      pBranch - String representing the dataspace name of the foreign key
  • Method Details

    • write

      public void write(WidgetWriter pWriter, WidgetDisplayContext pContext)
      Renders the widget in the UI, implementing the foreign key widget.
      Specified by:
      write in class UISimpleCustomWidget
      Parameters:
      pWriter - WidgetWriter used to output the widget in the UI
      pContext - WidgetDisplayContext providing information about how the widget should be displayed