jsdk-offical
Version:
JSDK is the most comprehensive TypeScript framework, like JDK.
434 lines • 22.8 kB
HTML
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PageModelConfig | JSDK 2.7.0 API</title>
<meta name="description" content="Documentation for JSDK 2.7.0 API">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">JSDK 2.7.0 API</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/js.html">JS</a>
</li>
<li>
<a href="../modules/js.model.html">model</a>
</li>
<li>
<a href="js.model.pagemodelconfig.html">PageModelConfig</a>
</li>
</ul>
<h1>Class PageModelConfig</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="js.model.listmodelconfig.html" class="tsd-signature-type">ListModelConfig</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">PageModelConfig</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="js.model.pagemodelconfig.html#autoload" class="tsd-kind-icon">auto<wbr>Load</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="js.model.pagemodelconfig.html#inidata" class="tsd-kind-icon">ini<wbr>Data</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="js.model.pagemodelconfig.html#listeners" class="tsd-kind-icon">listeners</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="js.model.pagemodelconfig.html#sorters" class="tsd-kind-icon">sorters</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Object literals</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite"><a href="js.model.pagemodelconfig.html#dataquery" class="tsd-kind-icon">data<wbr>Query</a></li>
<li class="tsd-kind-object-literal tsd-parent-kind-class"><a href="js.model.pagemodelconfig.html#parametersmapping" class="tsd-kind-icon">parameters<wbr>Mapping</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="autoload" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> auto<wbr>Load</h3>
<div class="tsd-signature tsd-kind-icon">auto<wbr>Load<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="js.model.listmodelconfig.html">ListModelConfig</a>.<a href="js.model.listmodelconfig.html#autoload">autoLoad</a></p>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="inidata" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ini<wbr>Data</h3>
<div class="tsd-signature tsd-kind-icon">ini<wbr>Data<span class="tsd-signature-symbol">:</span> <a href="../modules/js.lang.html#jsonobject" class="tsd-signature-type">JsonObject</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="js.model.listmodelconfig.html">ListModelConfig</a>.<a href="js.model.listmodelconfig.html#inidata">iniData</a></p>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
<a name="listeners" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> listeners</h3>
<div class="tsd-signature tsd-kind-icon">listeners<span class="tsd-signature-symbol">:</span> <a href="../interfaces/js.model.pagemodellisteners.html" class="tsd-signature-type">PageModelListeners</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">this</span><span class="tsd-signature-symbol">></span></div>
<aside class="tsd-sources">
<p>Overrides <a href="js.model.listmodelconfig.html">ListModelConfig</a>.<a href="js.model.listmodelconfig.html#listeners">listeners</a></p>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="sorters" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> sorters</h3>
<div class="tsd-signature tsd-kind-icon">sorters<span class="tsd-signature-symbol">:</span> <a href="../interfaces/array.html" class="tsd-signature-type">Array</a><span class="tsd-signature-symbol"><</span><a href="../modules/js.model.html#sorter" class="tsd-signature-type">Sorter</a><span class="tsd-signature-symbol">></span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="js.model.listmodelconfig.html">ListModelConfig</a>.<a href="js.model.listmodelconfig.html#sorters">sorters</a></p>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Object literals</h2>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite">
<a name="dataquery" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> data<wbr>Query</h3>
<div class="tsd-signature tsd-kind-icon">data<wbr>Query<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<p>Overrides <a href="js.model.listmodelconfig.html">ListModelConfig</a>.<a href="js.model.listmodelconfig.html#dataquery">dataQuery</a></p>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="dataquery.page" class="tsd-anchor"></a>
<h3>page</h3>
<div class="tsd-signature tsd-kind-icon">page<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 1</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="dataquery.pagesize" class="tsd-anchor"></a>
<h3>page<wbr>Size</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = Infinity</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="dataquery.url" class="tsd-anchor"></a>
<h3>url</h3>
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ""</span></div>
<aside class="tsd-sources">
</aside>
</section>
</section>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-class">
<a name="parametersmapping" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> parameters<wbr>Mapping</h3>
<div class="tsd-signature tsd-kind-icon">parameters<wbr>Mapping<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="parametersmapping.pagefield" class="tsd-anchor"></a>
<h3>page<wbr>Field</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "page"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="parametersmapping.pagesizefield" class="tsd-anchor"></a>
<h3>page<wbr>Size<wbr>Field</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Size<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "pageSize"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="parametersmapping.sortersfield" class="tsd-anchor"></a>
<h3>sorters<wbr>Field</h3>
<div class="tsd-signature tsd-kind-icon">sorters<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "sorters"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="parametersmapping.totalfield" class="tsd-anchor"></a>
<h3>total<wbr>Field</h3>
<div class="tsd-signature tsd-kind-icon">total<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "total"</span></div>
<aside class="tsd-sources">
</aside>
</section>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-namespace">
<a href="../modules/js.html">JS</a>
<ul>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.an.html">an</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.app.html">app</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.core.html">core</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.d2.html">d2</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.ds.html">ds</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.fx.html">fx</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.input.html">input</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.ioc.html">ioc</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.lang.html">lang</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.math.html">math</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.media.html">media</a>
</li>
<li class="current tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.model.html">model</a>
<ul>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.model.validator.html">validator</a>
</li>
</ul>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.net.html">net</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.store.html">store</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.sugar.html">sugar</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.ui.html">ui</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.unit.html">unit</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.util.html">util</a>
</li>
<li class=" tsd-kind-namespace tsd-parent-kind-namespace">
<a href="../modules/js.view.html">view</a>
</li>
</ul>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.ajaxproxy.html" class="tsd-kind-icon">Ajax<wbr>Proxy</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.field.html" class="tsd-kind-icon">Field</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.jsonproxy.html" class="tsd-kind-icon">Json<wbr>Proxy</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.listmodel.html" class="tsd-kind-icon">List<wbr>Model</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.listmodelconfig.html" class="tsd-kind-icon">List<wbr>Model<wbr>Config</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.model.html" class="tsd-kind-icon">Model</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.modelconfig.html" class="tsd-kind-icon">Model<wbr>Config</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.pagemodel.html" class="tsd-kind-icon">Page<wbr>Model</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-namespace">
<a href="js.model.pagemodelconfig.html" class="tsd-kind-icon">Page<wbr>Model<wbr>Config</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="js.model.pagemodelconfig.html#autoload" class="tsd-kind-icon">auto<wbr>Load</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="js.model.pagemodelconfig.html#inidata" class="tsd-kind-icon">ini<wbr>Data</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
<a href="js.model.pagemodelconfig.html#listeners" class="tsd-kind-icon">listeners</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="js.model.pagemodelconfig.html#sorters" class="tsd-kind-icon">sorters</a>
</li>
<li class=" tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite">
<a href="js.model.pagemodelconfig.html#dataquery" class="tsd-kind-icon">data<wbr>Query</a>
</li>
<li class=" tsd-kind-object-literal tsd-parent-kind-class">
<a href="js.model.pagemodelconfig.html#parametersmapping" class="tsd-kind-icon">parameters<wbr>Mapping</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-class tsd-parent-kind-namespace tsd-has-type-parameter">
<a href="js.model.resultset.html" class="tsd-kind-icon">Result<wbr>Set</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.customvalidatorsetting.html" class="tsd-kind-icon">Custom<wbr>Validator<wbr>Setting</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.fieldconfig.html" class="tsd-kind-icon">Field<wbr>Config</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.formatvalidatorsetting.html" class="tsd-kind-icon">Format<wbr>Validator<wbr>Setting</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.lengthvalidatorsetting.html" class="tsd-kind-icon">Length<wbr>Validator<wbr>Setting</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter">
<a href="../interfaces/js.model.listmodellisteners.html" class="tsd-kind-icon">List<wbr>Model<wbr>Listeners</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter">
<a href="../interfaces/js.model.modelable.html" class="tsd-kind-icon">Modelable</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter">
<a href="../interfaces/js.model.pagemodellisteners.html" class="tsd-kind-icon">Page<wbr>Model<wbr>Listeners</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.pagemodelparametersmapping.html" class="tsd-kind-icon">Page<wbr>Model<wbr>Parameters<wbr>Mapping</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.pagequery.html" class="tsd-kind-icon">Page<wbr>Query</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.rangevalidatorsetting.html" class="tsd-kind-icon">Range<wbr>Validator<wbr>Setting</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.requiredvalidatorsetting.html" class="tsd-kind-icon">Required<wbr>Validator<wbr>Setting</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-namespace">
<a href="../interfaces/js.model.resultsetformat.html" class="tsd-kind-icon">Result<wbr>Set<wbr>Format</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace">
<a href="../modules/js.model.html#listmodelevents" class="tsd-kind-icon">List<wbr>Model<wbr>Events</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace">
<a href="../modules/js.model.html#modelevents" class="tsd-kind-icon">Model<wbr>Events</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace tsd-has-type-parameter">
<a href="../modules/js.model.html#modellisteners" class="tsd-kind-icon">Model<wbr>Listeners</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace">
<a href="../modules/js.model.html#pagemodelevents" class="tsd-kind-icon">Page<wbr>Model<wbr>Events</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace">
<a href="../modules/js.model.html#sorter" class="tsd-kind-icon">Sorter</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-namespace">
<a href="../modules/js.model.html#validatorsetting" class="tsd-kind-icon">Validator<wbr>Setting</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-namespace tsd-is-not-exported">
<a href="../modules/js.model.html#e" class="tsd-kind-icon">E</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-namespace tsd-is-not-exported">
<a href="../modules/js.model.html#f" class="tsd-kind-icon">F</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-namespace tsd-is-not-exported">
<a href="../modules/js.model.html#j" class="tsd-kind-icon">J</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer>
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
</ul>
</div>
</div>
</footer>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>