Class PredefinedSlots
- java.lang.Object
-
- org.dominokit.domino.api.shared.extension.PredefinedSlots
-
public class PredefinedSlots extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBODY_SLOTstatic StringMODAL_SLOTstatic StringNO_CONTENT_SLOT
-
Constructor Summary
Constructors Constructor Description PredefinedSlots()
-
-
-
Field Detail
-
BODY_SLOT
public static final String BODY_SLOT
- See Also:
- Constant Field Values
-
MODAL_SLOT
public static final String MODAL_SLOT
- See Also:
- Constant Field Values
-
NO_CONTENT_SLOT
public static final String NO_CONTENT_SLOT
- See Also:
- Constant Field Values
-
-