Uses of Class
org.sourceid.saml20.adapter.gui.TableDescriptor
Packages that use TableDescriptor
Package
Description
Top level package for the PingFederate SDK.
Provides methods that can be implemented to support
custom actions that occur based upon UI events while
managing adapter instances.
-
Uses of TableDescriptor in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return types with arguments of type TableDescriptorModifier and TypeMethodDescriptionGuiConfigDescriptor.getTables()Gets the ordered list of Tables.Methods in com.pingidentity.sdk with parameters of type TableDescriptorModifier and TypeMethodDescriptionvoidGuiConfigDescriptor.addTable(TableDescriptor table) Add a table to the ordered list of Tables in this descriptor. -
Uses of TableDescriptor in org.sourceid.saml20.adapter.gui.event
Methods in org.sourceid.saml20.adapter.gui.event that return TableDescriptorModifier and TypeMethodDescriptionstatic TableDescriptorPreRenderUtil.findTable(List<TableDescriptor> tableDescriptorList, String name) For the given table descriptor name, find the table descriptor in the list.Method parameters in org.sourceid.saml20.adapter.gui.event with type arguments of type TableDescriptorModifier and TypeMethodDescriptionstatic TableDescriptorPreRenderUtil.findTable(List<TableDescriptor> tableDescriptorList, String name) For the given table descriptor name, find the table descriptor in the list.