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 TypeMethodDescriptionbooleanDeprecated.Convenience method forgetAllowEdit()returning a boolean valuebooleanDeprecated.Convenience method forgetAllowNew()returning a boolean valueDeprecated.Indicates if it is allowed to edit entriesDeprecated.Indicates if it is allowed to add new entriesprotected StringDeprecated.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 pixelsintmaxEntries(int fallback) Deprecated.Convenience method forgetMaxEntries()returning an integer value@Nullable Selectquery()Deprecated.Convenience method forgetQuery()retrieving the query as aSelectstatement.introws(int fallback) Deprecated.Convenience method forgetRows()returning an integer valuevoidsetAllowEdit(YesNo allowEdit) Deprecated.Sets if it is allowed to edit entriesvoidsetAllowNew(YesNo allowNew) Deprecated.Sets if it is allowed to add new entriesvoidsetMaxEntries(PositiveInteger maxEntries) Deprecated.Sets the maximum number of selected entriesvoidsetMediaMode(GomMediaModeInfos mediaModeInfos) Deprecated.Define media mode information for content listvoidsetQuery(GomEmbeddedQuery query) Deprecated.Define a query that determines the contentvoidsetRows(PositiveInteger rows) Deprecated.Sets the height of the form are in number of table rowsvoidsetTableView(String name) Deprecated.Set related table viewvoidsetTableViewFK(String key) Deprecated.Set foreign key for related table viewvoidsetWidth(PositiveInteger width) Deprecated.Sets the width of the content list form area in pixelsintwidth()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, verifyMethods 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, usesLanguagesMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin 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:
trueif new entries may be added,falseotherwise- Since:
- 3.0
-
allowsEdit
public boolean allowsEdit()Deprecated.Convenience method forgetAllowEdit()returning a boolean value- Returns:
trueif entries may be edited,falseotherwise- 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 aSelectstatement.- Returns:
- the query or
nullof 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
-
GomIndexinstead