Class ShadowKindTypeListModel

java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<List<ShadowKindType>>
com.evolveum.midpoint.gui.impl.factory.panel.enump.ShadowKindTypeListModel
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<List<ShadowKindType>>, org.apache.wicket.util.io.IClusterable

public class ShadowKindTypeListModel extends org.apache.wicket.model.LoadableDetachableModel<List<ShadowKindType>>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<ShadowKindType>
     

    Methods inherited from class org.apache.wicket.model.LoadableDetachableModel

    detach, getObject, isAttached, of, onAttach, onDetach, setObject, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.wicket.model.IModel

    as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
  • Constructor Details

    • ShadowKindTypeListModel

      public ShadowKindTypeListModel()
  • Method Details