Interface WidgetInfo

All Known Implementing Classes:
WidgetID.WidgetInfo

public interface WidgetInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
    Gets the ID of the group-child pairing.
  • Method Details

    • getId

      int getId()
      Gets the ID of the group-child pairing.
      Returns:
      the ID
    • getGroupId

      int getGroupId()
    • getChildId

      int getChildId()