link start!
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# Predefined facet keys with their expected value
|
||||
#
|
||||
falseText=s
|
||||
trueText=s
|
||||
min=f
|
||||
max=f
|
||||
precision=i
|
||||
radix=i
|
||||
range=E
|
||||
showDate=b
|
||||
showTime=b
|
||||
showSeconds=b
|
||||
showMilliseconds=b
|
||||
showTimeZone=b
|
||||
multiLine=b
|
||||
fieldWidth=i
|
||||
allowNull=b
|
||||
ordRelativize=b
|
||||
fieldEditor=s
|
||||
cellEditor=s
|
||||
units=u
|
||||
targetType=s
|
||||
realms=s
|
||||
showUnits=b
|
||||
showSeparators=b
|
||||
forceSign=b
|
||||
maxOverrideDuration=r
|
||||
Executable
+33
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bajaObjectGraph version="1.0">
|
||||
<p m="b=baja" t="b:UnrestrictedFolder">
|
||||
|
||||
<!-- /Folder -->
|
||||
<p n="Folder" t="b:Folder">
|
||||
</p>
|
||||
|
||||
<!-- /IconFolder -->
|
||||
<p n="IconFolder" t="b:Folder">
|
||||
<p n="icon" t="b:Icon" v="module://icons/x16/page.png"/>
|
||||
</p>
|
||||
|
||||
<!-- /TextBlock -->
|
||||
<p n="TextBlock" t="b:WsTextBlock"/>
|
||||
|
||||
<!-- /Control -->
|
||||
<p n="sep" m="ui=bajaui" t="ui:Separator"/>
|
||||
|
||||
<!-- /Control/BooleanWritable -->
|
||||
<p n="BooleanWritable" m="c=control" t="c:BooleanWritable"/>
|
||||
|
||||
<!-- /Control/NumericWritable -->
|
||||
<p n="NumericWritable" t="c:NumericWritable"/>
|
||||
|
||||
<!-- /Control/EnumWritable -->
|
||||
<p n="EnumWritable" t="c:EnumWritable"/>
|
||||
|
||||
<!-- /Control/StringWritable -->
|
||||
<p n="StringWritable" t="c:StringWritable"/>
|
||||
|
||||
</p>
|
||||
</bajaObjectGraph>
|
||||
Executable
BIN
Binary file not shown.
Executable
+5
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bajaObjectGraph version="1.0">
|
||||
<p m="b=baja" t="b:Folder">
|
||||
</p>
|
||||
</bajaObjectGraph>
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
package x;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class X
|
||||
{
|
||||
}
|
||||
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
<px version='1.0'>
|
||||
|
||||
<import>
|
||||
<module name='gx'/>
|
||||
<module name='bajaui'/>
|
||||
<module name='mobile'/>
|
||||
</import>
|
||||
|
||||
<content>
|
||||
<BasicMobilePane />
|
||||
</content>
|
||||
|
||||
</px>
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<nav version='1.0'>
|
||||
|
||||
<node name='Home' ord='station:|slot:/' icon='module://icons/x16/home.png'>
|
||||
</node>
|
||||
|
||||
</nav>
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bajaObjectGraph version="1.0">
|
||||
<p m="b=baja" t="b:Folder">
|
||||
</p>
|
||||
</bajaObjectGraph>
|
||||
Executable
+15
@@ -0,0 +1,15 @@
|
||||
<px version='1.0'>
|
||||
|
||||
<import>
|
||||
<module name='gx'/>
|
||||
<module name='bajaui'/>
|
||||
</import>
|
||||
|
||||
<content>
|
||||
<ScrollPane>
|
||||
<CanvasPane name='content' viewSize='500,400'/>
|
||||
</ScrollPane>
|
||||
</content>
|
||||
|
||||
</px>
|
||||
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
<px version='1.0'>
|
||||
|
||||
<import>
|
||||
<module name='gx'/>
|
||||
<module name='bajaui'/>
|
||||
<module name='report'/>
|
||||
</import>
|
||||
|
||||
<content>
|
||||
<ReportPane />
|
||||
</content>
|
||||
|
||||
</px>
|
||||
|
||||
Executable
BIN
Binary file not shown.
Executable
+1
@@ -0,0 +1 @@
|
||||
|
||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user