Class Views
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.utils.Views
-
public final class Views extends Object
- Author:
- Nick Crum (ncrum)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultFormView
defaultForm(String type)
static DefaultEntityBrowseView
entityBrowseView()
static DefaultEntityFormView
entityForm()
static DefaultEntityGridView
entityGrid()
static DefaultCreateEntityLongFormView
entityLongFormViewCreate()
static DefaultUpdateEntityLongFormView
entityLongFormViewUpdate()
static DefaultTreeView
entityTreeView()
static DefaultCreateEntityView
entityViewCreate()
static DefaultUpdateEntityView
entityViewUpdate()
static DefaultExportHistoryEntityGridView
exportHistoryGrid()
static DefaultSelectTargetEntityGridView
selectTargetEntityGridView()
-
-
-
Method Detail
-
entityViewCreate
public static DefaultCreateEntityView entityViewCreate()
-
entityLongFormViewCreate
public static DefaultCreateEntityLongFormView entityLongFormViewCreate()
-
entityViewUpdate
public static DefaultUpdateEntityView entityViewUpdate()
-
entityLongFormViewUpdate
public static DefaultUpdateEntityLongFormView entityLongFormViewUpdate()
-
entityBrowseView
public static DefaultEntityBrowseView entityBrowseView()
-
entityTreeView
public static DefaultTreeView entityTreeView()
-
entityForm
public static DefaultEntityFormView entityForm()
-
entityGrid
public static DefaultEntityGridView entityGrid()
-
defaultForm
public static DefaultFormView defaultForm(String type)
-
exportHistoryGrid
public static DefaultExportHistoryEntityGridView exportHistoryGrid()
-
selectTargetEntityGridView
public static DefaultSelectTargetEntityGridView selectTargetEntityGridView()
-
-