Class HomepagePanelSettingsRecord

All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="8.3.0") public class HomepagePanelSettingsRecord extends PersistentRecord
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Field Details

    • META

      public static final RecordMeta<HomepagePanelSettingsRecord> META
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Name

      public static final StringField Name
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Order

      public static final IntField Order
      Deprecated, for removal: This API element is subject to removal in a future version.
    • InitExpanded

      public static final BooleanField InitExpanded
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Visible

      public static final BooleanField Visible
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • HomepagePanelSettingsRecord

      public HomepagePanelSettingsRecord()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord