Added getters for flexWrap and flex style inputs in java bindings
Summary: Added getters fro flexWrap an flex style input properties in java bindings Reviewed By: davidaurelio Differential Revision: D14207517 fbshipit-source-id: e8d2ad17b5edbdf02e69011c6d95a4de076bd366
This commit is contained in:
committed by
Facebook Github Bot
parent
afadc5cf6b
commit
2abd9dd91b
@@ -89,6 +89,8 @@ public abstract class YogaNode {
|
||||
|
||||
public abstract void setPositionType(YogaPositionType positionType);
|
||||
|
||||
public abstract YogaWrap getWrap();
|
||||
|
||||
public abstract void setWrap(YogaWrap flexWrap);
|
||||
|
||||
public abstract YogaOverflow getOverflow();
|
||||
@@ -99,6 +101,8 @@ public abstract class YogaNode {
|
||||
|
||||
public abstract void setDisplay(YogaDisplay display);
|
||||
|
||||
public abstract float getFlex();
|
||||
|
||||
public abstract void setFlex(float flex);
|
||||
|
||||
public abstract float getFlexGrow();
|
||||
|
Reference in New Issue
Block a user