diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/index.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/api/pl.treksoft.kvision.core/index.html b/api/pl.treksoft.kvision.core/index.html index 2cada68c..9a81f485 100644 --- a/api/pl.treksoft.kvision.core/index.html +++ b/api/pl.treksoft.kvision.core/index.html @@ -8,8 +8,8 @@ <a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.core</a><br/> <br/> <h2>Package pl.treksoft.kvision.core</h2> -<p>KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders -and backgrounds) and the main Widget class.</p> +<p>KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, +backgrounds, fonts, text and position) and the main Widget class.</p> <h3>Types</h3> <table> <tbody> @@ -141,6 +141,15 @@ and backgrounds) and the main Widget class.</p> </tr> <tr> <td> +<p><a href="-display/index.html">Display</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Display</span></code> +<p>Definitions of CSS display options.</p> +</td> +</tr> +<tr> +<td> <p><a href="-font-style/index.html">FontStyle</a></p> </td> <td> @@ -324,7 +333,7 @@ and backgrounds) and the main Widget class.</p> <p><a href="-widget-wrapper/index.html">WidgetWrapper</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">WidgetWrapper</span> <span class="symbol">:</span> <a href="-widget/index.html"><span class="identifier">Widget</span></a></code> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">WidgetWrapper</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> <p>This class allows to wrap a component into separately styled DIV element.</p> </td> </tr> |