uim.ui5

Undocumented in source.

Modules

_index
module uim.ui5._index
Undocumented in source.
app
module uim.ui5.app
Undocumented in source.
appobj
module uim.ui5.appobj
Undocumented in source.
component
module uim.ui5.component
Undocumented in source.
controller
module uim.ui5.controller
Undocumented in source.
css
module uim.ui5.css
Undocumented in source.
datasource
module uim.ui5.datasource
Undocumented in source.
formatter
module uim.ui5.formatter
Undocumented in source.
fragment
module uim.ui5.fragment
Undocumented in source.
i18n
module uim.ui5.i18n
Undocumented in source.
manifest
module uim.ui5.manifest
Undocumented in source.
project
module uim.ui5.project
Undocumented in source.
repository
module uim.ui5.repository
Undocumented in source.
route
module uim.ui5.route
Undocumented in source.
routes
module uim.ui5.routes
Undocumented in source.
target
module uim.ui5.target
Undocumented in source.
targets
module uim.ui5.targets
Undocumented in source.
test
module uim.ui5.test
Undocumented in source.
view
module uim.ui5.view
Undocumented in source.

Public Imports

std.stdio
public import std.stdio;
Undocumented in source.
std.string
public import std.string;
Undocumented in source.
std.conv
public import std.conv;
Undocumented in source.
std.file
public import std.file;
Undocumented in source.
std.uuid
public import std.uuid;
Undocumented in source.
uim.core
public import uim.core;
Undocumented in source.
uim.oop
public import uim.oop;
Undocumented in source.
uim.javascript
public import uim.javascript;
Undocumented in source.
uim.ui5._index
public import uim.ui5._index;
Undocumented in source.
uim.ui5.app
public import uim.ui5.app;
Undocumented in source.
uim.ui5.appobj
public import uim.ui5.appobj;
Undocumented in source.
uim.ui5.controller
public import uim.ui5.controller;
Undocumented in source.
uim.ui5.css
public import uim.ui5.css;
Undocumented in source.
uim.ui5.component
public import uim.ui5.component;
Undocumented in source.
uim.ui5.formatter
public import uim.ui5.formatter;
Undocumented in source.
uim.ui5.fragment
public import uim.ui5.fragment;
Undocumented in source.
uim.ui5.i18n
public import uim.ui5.i18n;
Undocumented in source.
uim.ui5.manifest
public import uim.ui5.manifest;
Undocumented in source.
uim.ui5.repository
public import uim.ui5.repository;
Undocumented in source.
uim.ui5.route
public import uim.ui5.route;
Undocumented in source.
uim.ui5.routes
public import uim.ui5.routes;
Undocumented in source.
uim.ui5.target
public import uim.ui5.target;
Undocumented in source.
uim.ui5.targets
public import uim.ui5.targets;
Undocumented in source.
uim.ui5.test
public import uim.ui5.test;
Undocumented in source.
uim.ui5.view
public import uim.ui5.view;
Undocumented in source.

Members

Classes

DData
class DData
Undocumented in source.

Enums

Datatypes
enum Datatypes
Undocumented in source.

Functions

Data
auto Data(Datatypes aDatatype, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(bool aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(int aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(double aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(string aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(UUID aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(Datatypes aDatatype, bool aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(Datatypes aDatatype, int aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(Datatypes aDatatype, double aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(Datatypes aDatatype, string aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
auto Data(Datatypes aDatatype, UUID aValue, bool aKey)
Undocumented in source. Be warned that the author may not have intended to support it.
ui5Define
string ui5Define(string[] modules, string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
ui5Extend
string ui5Extend(string rootClass, string newClass, string[string] properties)
Undocumented in source. Be warned that the author may not have intended to support it.
ui5Require
string ui5Require(string[] modules, string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

DataProperty
template DataProperty(string datatype, string name, bool key = false)
Undocumented in source.

Meta