Class GomContentList
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomTableTemplateElement
de.espirit.firstspirit.access.store.templatestore.gom.GomContentList
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomFormElement
,GomHideable
,GomIndexTreatment
,GomLangInfoProvider
,GomSearchRelevancy
,GomTableTemplateProvider
,LineBreakable
,Serializable
@Deprecated(since="5.0")
@NonExtendable
public class GomContentList
extends AbstractGomTableTemplateElement
Deprecated.
GuiXML element implementation for content lists.
- Since:
- 3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Convenience method forgetAllowEdit()
returning a boolean valueboolean
Deprecated.Convenience method forgetAllowNew()
returning a boolean valueDeprecated.Indicates if it is allowed to edit entriesDeprecated.Indicates if it is allowed to add new entriesprotected String
Deprecated.Return the default tag for a gom element.Deprecated.Index attribute to persist ordering of entities in a database relationDeprecated.Returns the maximum number of selected entriesDeprecated.Media mode information for content listgetQuery()
Deprecated.A query that determines the contentgetRows()
Deprecated.Height of the form are in number of table rowsDeprecated.Related table viewDeprecated.Foreign key for related table viewDeprecated.Relations to viewsgetWidth()
Deprecated.Width of the content list form area in pixelsint
maxEntries
(int fallback) Deprecated.Convenience method forgetMaxEntries()
returning an integer value@Nullable Select
query()
Deprecated.Convenience method forgetQuery()
retrieving the query as aSelect
statement.int
rows
(int fallback) Deprecated.Convenience method forgetRows()
returning an integer valuevoid
setAllowEdit
(YesNo allowEdit) Deprecated.Sets if it is allowed to edit entriesvoid
setAllowNew
(YesNo allowNew) Deprecated.Sets if it is allowed to add new entriesvoid
setMaxEntries
(PositiveInteger maxEntries) Deprecated.Sets the maximum number of selected entriesvoid
setMediaMode
(GomMediaModeInfos mediaModeInfos) Deprecated.Define media mode information for content listvoid
setQuery
(GomEmbeddedQuery query) Deprecated.Define a query that determines the contentvoid
setRows
(PositiveInteger rows) Deprecated.Sets the height of the form are in number of table rowsvoid
setTableView
(String name) Deprecated.Set related table viewvoid
setTableViewFK
(String key) Deprecated.Set foreign key for related table viewvoid
setWidth
(PositiveInteger width) Deprecated.Sets the width of the content list form area in pixelsint
width()
Deprecated.Convenience method forgetWidth()
returning an integer valueMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomTableTemplateElement
getIndexTreatment, getTable, setIndexTreatment, setTable, validate, validate, validateTableTemplate, verify
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getAllowEmpty, getConvertEntities, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getNoBreak, getPreset, getSearchRelevancy, getUseLanguages, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguages
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
Deprecated.The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomContentList
public GomContentList()Deprecated.
-
-
Method Details
-
getDefaultTag
Deprecated.Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
getAllowNew
Deprecated.Indicates if it is allowed to add new entries- Since:
- 3.0
-
setAllowNew
Deprecated.Sets if it is allowed to add new entries- Since:
- 3.0
-
getAllowEdit
Deprecated.Indicates if it is allowed to edit entries- Since:
- 3.0
-
setAllowEdit
Deprecated.Sets if it is allowed to edit entries- Since:
- 3.0
-
getMaxEntries
Deprecated.Returns the maximum number of selected entries- Since:
- 3.0
-
setMaxEntries
Deprecated.Sets the maximum number of selected entries- Since:
- 3.0
-
getRows
Deprecated.Height of the form are in number of table rows- Since:
- 3.0
-
setRows
Deprecated.Sets the height of the form are in number of table rows- Since:
- 3.0
-
getWidth
Deprecated.Width of the content list form area in pixels- Since:
- 3.0
-
setWidth
Deprecated.Sets the width of the content list form area in pixels- Since:
- 3.0
-
getQuery
Deprecated.A query that determines the content- Since:
- 3.0
-
setQuery
Deprecated.Define a query that determines the content- Since:
- 3.0
-
getMediaMode
Deprecated.Media mode information for content list- Since:
- 4.1
-
setMediaMode
Deprecated.Define media mode information for content list- Since:
- 4.1
-
getIndexAttribute
Deprecated.Index attribute to persist ordering of entities in a database relation- Since:
- 4.1
-
getTableViews
Deprecated.Relations to views- Since:
- 4.0
-
allowsNew
public boolean allowsNew()Deprecated.Convenience method forgetAllowNew()
returning a boolean value- Returns:
true
if new entries may be added,false
otherwise- Since:
- 3.0
-
allowsEdit
public boolean allowsEdit()Deprecated.Convenience method forgetAllowEdit()
returning a boolean value- Returns:
true
if entries may be edited,false
otherwise- Since:
- 3.0
-
maxEntries
public int maxEntries(int fallback) Deprecated.Convenience method forgetMaxEntries()
returning an integer value- Returns:
- the maximum number of selected entries or the specified fallback if not available
- Since:
- 3.0
-
rows
public int rows(int fallback) Deprecated.Convenience method forgetRows()
returning an integer value- Returns:
- the maximum number of table rows or the specified fallback if not available
- Since:
- 3.0
-
width
public int width()Deprecated.Convenience method forgetWidth()
returning an integer value- Returns:
- the maximum number of pixels or the default of 480 if not available
- Since:
- 3.0
-
query
Deprecated.Convenience method forgetQuery()
retrieving the query as aSelect
statement.- Returns:
- the query or
null
of not available. - Since:
- 3.0
-
getTableView
Deprecated.Related table view- Since:
- 3.1
-
setTableView
Deprecated.Set related table view- Since:
- 3.1
-
getTableViewFK
Deprecated.Foreign key for related table view- Since:
- 3.1
-
setTableViewFK
Deprecated.Set foreign key for related table view- Since:
- 3.1
-
GomIndex
instead