Skip to content

Commit 1663257

Browse files
committed
Update UILoader.
1 parent fb19f42 commit 1663257

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sierra/src/main/java/org/httprpc/sierra/UILoader.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,17 @@ public enum Attribute {
177177
/**
178178
* Focus lost behavior attribute.
179179
*/
180-
FOCUS_LOST_BEHAVIOR("focusLostBehavior", String.class),
180+
FOCUS_LOST_BEHAVIOR("focusLostBehavior", FocusLostBehavior.class),
181181

182182
/**
183183
* Tab placement attribute.
184184
*/
185-
TAB_PLACEMENT("tabPlacement", String.class),
185+
TAB_PLACEMENT("tabPlacement", TabPlacement.class),
186186

187187
/**
188188
* Tab layout policy attribute.
189189
*/
190-
TAB_LAYOUT_POLICY("tabLayoutPolicy", String.class);
190+
TAB_LAYOUT_POLICY("tabLayoutPolicy", TabLayoutPolicy.class);
191191

192192
private final String name;
193193
private final Class<?> type;

0 commit comments

Comments
 (0)