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 DefaultFormViewdefaultForm(String type)static DefaultEntityBrowseViewentityBrowseView()static DefaultEntityFormViewentityForm()static DefaultEntityGridViewentityGrid()static DefaultCreateEntityLongFormViewentityLongFormViewCreate()static DefaultUpdateEntityLongFormViewentityLongFormViewUpdate()static DefaultTreeViewentityTreeView()static DefaultCreateEntityViewentityViewCreate()static DefaultUpdateEntityViewentityViewUpdate()static DefaultExportHistoryEntityGridViewexportHistoryGrid()static DefaultSelectTargetEntityGridViewselectTargetEntityGridView()
-
-
-
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()
-
-