java.lang.Object
com.iamsoft.util.ui.javafx.table.JpaTableInfo<T>
-
Constructor Summary
ConstructorsConstructorDescriptionJpaTableInfo
(javafx.scene.control.TableView<T> pTableView, FilterTableView<T> pFilterTableView, T pLoadingElement, Map<javafx.scene.control.TableColumn<T, ?>, String> pColToPropertyPathMap, Map<javafx.scene.control.TableColumn<T, ?>, String> pColToSqlColNameMap, Map<String, Class> pPropertyPathToTypeMap, String pClassName, String pResultSetMapping) -
Method Summary
Modifier and TypeMethodDescriptionThe type of the objects contained within the TableView items list.final String
final Method
final String
javafx.scene.control.TableView
<T> toOrderByExpression
(String pEntityAlias, String pPropPath) This method is used to create an object expression which will be used only in 'ORDER BY' clauses.
-
Constructor Details
-
JpaTableInfo
public JpaTableInfo(javafx.scene.control.TableView<T> pTableView, FilterTableView<T> pFilterTableView, T pLoadingElement, Map<javafx.scene.control.TableColumn<T, ?>, String> pColToPropertyPathMap, Map<javafx.scene.control.TableColumn<T, ?>, String> pColToSqlColNameMap, Map<String, Class> pPropertyPathToTypeMap, String pClassName, String pResultSetMapping)
-
-
Method Details
-
getTableView
-
getFilterTableView
-
getLoadingElement
-
getIdMethod
-
getIdPropertyName
-
getIdColumn
-
getColToPropertyPathMap
-
getColToSqlColNameMap
-
getPropertyPathToTypeMap
-
getClassName
The type of the objects contained within the TableView items list. -
getResultSetMapping
-
toOrderByExpression
This method is used to create an object expression which will be used only in 'ORDER BY' clauses. The default implementation just creates a path expression.
-