From 40a9d99496e098562f090fb7ffce9e749011b131 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:58:16 -0400 Subject: Formatting pass --- .../main/java/net/wotonomy/web/WOImageButton.java | 78 ++++++++++++---------- 1 file changed, 41 insertions(+), 37 deletions(-) (limited to 'projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOImageButton.java') diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOImageButton.java b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOImageButton.java index 7c9f22e..ebb9ae1 100644 --- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOImageButton.java +++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOImageButton.java @@ -5,17 +5,21 @@ import net.wotonomy.foundation.NSArray; import net.wotonomy.foundation.NSDictionary; /** - * WOImageButton renders a dynamically generated IMG tag or an INPUT tag, depending on whether the - * element is inside a WOForm (in which case an INPUT of type IMAGE is generated) or not (in which - * case the equivalent of a WOActiveImage) + * WOImageButton renders a dynamically generated IMG tag or an INPUT tag, + * depending on whether the element is inside a WOForm (in which case an INPUT + * of type IMAGE is generated) or not (in which case the equivalent of a + * WOActiveImage) * * Bindings are: *